diff options
author | Marius Bakke <mbakke@fastmail.com> | 2017-05-24 19:34:06 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2017-05-25 00:53:45 +0200 |
commit | 62963f568e0d4f14a40ca8eae760454cdee57bad (patch) | |
tree | c83d7dcd1865535276cb4c3d230dd015130134ff /gnu/packages/gnome.scm | |
parent | 539f52de6dbed067a4b2d26607727cf9fd13823a (diff) | |
download | gnu-guix-62963f568e0d4f14a40ca8eae760454cdee57bad.tar gnu-guix-62963f568e0d4f14a40ca8eae760454cdee57bad.tar.gz |
gnu: gnome-disk-utility: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 3.24.1.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 8cf7a79f5a..19403d5f43 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -340,7 +340,7 @@ and keep up to date translations of documentation.") (define-public gnome-disk-utility (package (name "gnome-disk-utility") - (version "3.22.1") + (version "3.24.1") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -348,7 +348,7 @@ and keep up to date translations of documentation.") name "-" version ".tar.xz")) (sha256 (base32 - "1hqynlcgwm72il2rdml98gcarz0alsgxs5xf6ww2x0czaj3s3953")))) + "18akarcbhm8djlmz49jzavc7qx8dg71gvxc9xd23p0bwjj4h93w7")))) (build-system gnu-build-system) (native-inputs `(("glib:bin" ,glib "bin") |