gnu: gparted: Update to 1.1.0.
* gnu/packages/disk.scm (gparted): Update to 1.1.0.master
parent
737a3c12cd
commit
ee711c7c21
|
@ -344,15 +344,14 @@ and can dramatically shorten the lifespan of the drive if left unchecked.")
|
|||
(define-public gparted
|
||||
(package
|
||||
(name "gparted")
|
||||
(version "1.0.0")
|
||||
(version "1.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/gparted/gparted/gparted-"
|
||||
version "/gparted-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0mdvn85jvy72ff7nds3dakx9kzknh8gx1z8i0w2sf970q03qp2z4"))))
|
||||
(base32 "092rgwjh1825fal6v3yafq2wr0i61hh0a2n0j4296zn0zdx7pzp2"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
;; Tests require access to paths outside the build container, such
|
||||
|
|
Reference in New Issue