diff options
author | Mathieu Othacehe <othacehe@gnu.org> | 2021-09-22 18:32:41 +0000 |
---|---|---|
committer | Mathieu Othacehe <othacehe@gnu.org> | 2021-10-02 10:54:15 +0000 |
commit | b6231f032dc1deb63b63ec43c8d4e4c4fad8a9e7 (patch) | |
tree | cdd8d6b745fcc7683702a65d5cc596688b00ba88 /gnu | |
parent | 5b219791629b381106406bf207d2c5ac5c7d9295 (diff) | |
download | guix-b6231f032dc1deb63b63ec43c8d4e4c4fad8a9e7.tar guix-b6231f032dc1deb63b63ec43c8d4e4c4fad8a9e7.tar.gz |
gnu: gnome-disk-utility: Update to 40.2.
* gnu/packages/gnome.scm (gnome-disk-utility): Update to 40.2.
[source]: Fix the URI.
[inputs]: Add libhandy.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome.scm | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index b24ba224a4..1d167ef80e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -2281,15 +2281,15 @@ and keep up to date translations of documentation.") (define-public gnome-disk-utility (package (name "gnome-disk-utility") - (version "3.34.0") + (version "40.2") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" - (version-major+minor version) "/" + (version-major version) "/" name "-" version ".tar.xz")) (sha256 (base32 - "1mb7q90lnlp97dhxhnadhjagcfd12dfqzp0vj9h6b1r61pzhy97y")))) + "1rr1ypb89p51b6428yqvczmpmylwjfnhnkgx78hzm3vxm3m15lff")))) (build-system meson-build-system) (arguments '(#:configure-flags '("-Dlogind=libelogind") @@ -2317,6 +2317,7 @@ and keep up to date translations of documentation.") ("gtk+" ,gtk+) ("libcanberra" ,libcanberra) ("libdvdread" ,libdvdread) + ("libhandy" ,libhandy) ("libnotify" ,libnotify) ("libpwquality" ,libpwquality) ("libsecret" ,libsecret) |