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 @@ (define-public udevil
(define-public parted
(package
(name "parted")
(version "3.4")
(version "3.5")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnu/parted/parted-"
version ".tar.xz"))
(sha256
(base32
"0hjkv84x1bs2qqyx1fnzjqyyqrhv7kpdbq9bgydmi99d8wi80ag1"))))
"18h51i3x5cbqhlj5rm23m9sfw63gaaby5czln5w6qpqj3ifdsf29"))))
(build-system gnu-build-system)
(arguments
`(#:phases