GNU bug report logs -
#63242
[PATCH] gnu: parted: Update to 3.6
Previous Next
Reported by: Andy Tai <atai <at> atai.org>
Date: Wed, 3 May 2023 06:28:02 UTC
Severity: normal
Tags: patch
Done: Andy Tai <atai <at> atai.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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
This bug report was last modified 1 year and 91 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.