3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gparted: Update to 0.32.0.

* gnu/packages/disk.scm (gparted): Update to 0.32.0.
This commit is contained in:
Tobias Geerinckx-Rice 2018-08-29 02:43:56 +02:00
parent 7bb7920f64
commit 1f0f9514eb
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -336,14 +336,14 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
(define-public gparted
(package
(name "gparted")
(version "0.31.0")
(version "0.32.0")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
version "/gparted-" version ".tar.gz"))
(sha256
(base32 "1fh7rpgb4xxdhgyjsirb83zvjfc5mfngb8a1pjbv7r6r6jj4jyrv"))))
(base32 "1fjp4c8jc0kjbbih1x1vs9v40d9lncma642kflnmy0bixxnvh7df"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; tests require a network connection