gnu: gparted: Update to 0.28.1.

* gnu/packages/disk.scm (gparted): Update to 0.28.1.
This commit is contained in:
Tobias Geerinckx-Rice 2017-02-18 13:09:45 +01:00
parent 630bc4fc07
commit 6b08982d4a
No known key found for this signature in database
GPG key ID: 91CCDB9B48541B99

View file

@ -302,14 +302,14 @@ (define-public idle3-tools
(define-public gparted
(package
(name "gparted")
(version "0.28.0")
(version "0.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
version "/gparted-" version ".tar.gz"))
(sha256
(base32 "1w9xsph6fpr7l96b3bxl1bgs94cfp9iisg694h8w3fahihwldzdr"))))
(base32 "0cyk8lpimm6wani8khw0szwqkgw5wpq2mfnfxkbgfm2774a1z2bn"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; Tests require a network connection.