Archived
1
0
Fork 0

gnu: gparted: Update to 1.1.0.

* gnu/packages/disk.scm (gparted): Update to 1.1.0.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-23 00:10:05 +01:00
parent 737a3c12cd
commit ee711c7c21
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -344,15 +344,14 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
(define-public gparted (define-public gparted
(package (package
(name "gparted") (name "gparted")
(version "1.0.0") (version "1.1.0")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/gparted/gparted/gparted-" (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
version "/gparted-" version ".tar.gz")) version "/gparted-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "092rgwjh1825fal6v3yafq2wr0i61hh0a2n0j4296zn0zdx7pzp2"))))
"0mdvn85jvy72ff7nds3dakx9kzknh8gx1z8i0w2sf970q03qp2z4"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
;; Tests require access to paths outside the build container, such ;; Tests require access to paths outside the build container, such