diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-11 16:26:28 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-10-11 21:53:36 +0200 |
commit | 3bf42e22b36f719e9086ef92a74e665f8d4bef09 (patch) | |
tree | 38e53b8ab54454047721c1d23563cdfc19ef293d /gnu/packages/disk.scm | |
parent | f9bd6b3aef3640c367334db33af55c57b6a43bad (diff) | |
download | patches-3bf42e22b36f719e9086ef92a74e665f8d4bef09.tar patches-3bf42e22b36f719e9086ef92a74e665f8d4bef09.tar.gz |
gnu: gparted: Update to 0.30.0.
* gnu/packages/disk.scm (gparted): Update to 0.30.0.
Diffstat (limited to 'gnu/packages/disk.scm')
-rw-r--r-- | gnu/packages/disk.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm index d19f8e873e..e4d70ff820 100644 --- a/gnu/packages/disk.scm +++ b/gnu/packages/disk.scm @@ -319,14 +319,14 @@ and can dramatically shorten the lifespan of the drive if left unchecked.") (define-public gparted (package (name "gparted") - (version "0.28.1") + (version "0.30.0") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gparted/gparted/gparted-" version "/gparted-" version ".tar.gz")) (sha256 - (base32 "0cyk8lpimm6wani8khw0szwqkgw5wpq2mfnfxkbgfm2774a1z2bn")))) + (base32 "0jngbsbvg8k8vbpsphqbk8br2cbmxhabbm2c5bmxm2q5zvpr64fk")))) (build-system gnu-build-system) (arguments `(#:tests? #f ; Tests require a network connection. |