guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#63242] [PATCH] gnu: parted: Update to 3.6


From: Andy Tai
Subject: [bug#63242] [PATCH] gnu: parted: Update to 3.6
Date: Tue, 2 May 2023 23:27:16 -0700

* gnu/packages/disk.scm (parted): Update to 3.6
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 894a542171..c1bc68a379 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -239,14 +239,14 @@ (define-public udevil
 (define-public parted
   (package
     (name "parted")
-    (version "3.5")
+    (version "3.6")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnu/parted/parted-"
                                   version ".tar.xz"))
               (sha256
                (base32
-                "18h51i3x5cbqhlj5rm23m9sfw63gaaby5czln5w6qpqj3ifdsf29"))))
+                "04p6b4rygrfd1jrskwrx3bn2icajg1mvbfhyc0c9l3ya7kixnhrv"))))
     (build-system gnu-build-system)
     (arguments
      (list #:phases

base-commit: 94e2e3553440a2a5ac4a312e80b8ea21ddebafeb
-- 
2.39.2






reply via email to

[Prev in Thread] Current Thread [Next in Thread]