summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-23 00:10:05 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-01-23 00:10:49 +0100
commitee711c7c2136dadcae1315bc7e93b3f28bc507f4 (patch)
tree939a58c8954aa15d5e4078cfa8b5781e55277c28
parent737a3c12cd25f76e9fb4872e0a7a1ecb61aff131 (diff)
downloadpatches-ee711c7c2136dadcae1315bc7e93b3f28bc507f4.tar
patches-ee711c7c2136dadcae1315bc7e93b3f28bc507f4.tar.gz
gnu: gparted: Update to 1.1.0.
* gnu/packages/disk.scm (gparted): Update to 1.1.0.
-rw-r--r--gnu/packages/disk.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 8a17e8ddbb..a28033c0af 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -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