diff options
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 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 |