diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-29 02:00:08 +0200 |
commit | 1b6c90815061a60ae0acff5d1dd4ee43b6111028 (patch) | |
tree | ff00144c934ecbc80d205fbdad0c7112edd6d0b9 /gnu | |
parent | b6086d315fc01529a943035356eaa3c288c3d386 (diff) | |
download | guix-1b6c90815061a60ae0acff5d1dd4ee43b6111028.tar.gz |
gnu: gnome-mines: Update to 40.1.
* gnu/packages/gnome.scm (gnome-mines): Update to 40.1.
Diffstat (limited to 'gnu')
-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 57e19cf4ed..9d83c84f44 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -4996,7 +4996,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (define-public gnome-mines (package (name "gnome-mines") - (version "40.0") + (version "40.1") (source (origin (method url-fetch) @@ -5004,7 +5004,7 @@ and other secrets. It communicates with the \"Secret Service\" using DBus.") (version-major version) "/" name "-" version ".tar.xz")) (sha256 - (base32 "0sf6kdvhr4pr3hddnj6ql9larz2wy108sri31id6x9g459nbly8z")))) + (base32 "0whjwdxhyw5bvibd9qvpm2yc5g7yhy8h3rn027kv5cqwyyryj0im")))) (build-system meson-build-system) (arguments `(#:glib-or-gtk? #t |