Archived
1
0
Fork 0

gnu: parted: Update to 3.5.

* gnu/packages/disk.scm (parted): Update to 3.5.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-08 02:00:00 +02:00
parent a2a97b10ca
commit d798e5b6c1
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -236,14 +236,14 @@ tmpfs/ramfs filesystems.")
(define-public parted (define-public parted
(package (package
(name "parted") (name "parted")
(version "3.4") (version "3.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://gnu/parted/parted-" (uri (string-append "mirror://gnu/parted/parted-"
version ".tar.xz")) version ".tar.xz"))
(sha256 (sha256
(base32 (base32
"0hjkv84x1bs2qqyx1fnzjqyyqrhv7kpdbq9bgydmi99d8wi80ag1")))) "18h51i3x5cbqhlj5rm23m9sfw63gaaby5czln5w6qpqj3ifdsf29"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases