lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 45847cf607f42134e641890d908a9626703db30e
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:38:02 2021 +0100
gnu: gnome-mines: Update to 40.0.
* gnu/packages/gnome.scm (gnome-mines): Update to 40.0.
---
gnu/packages/gnome.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 43f483d..0c5d151 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4918,15 +4918,15 @@ and other secrets. It communicates with the \"Secret
Service\" using DBus.")
(define-public gnome-mines
(package
(name "gnome-mines")
- (version "3.36.1")
+ (version "40.0")
(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 "0m2680r94nk61imym4x73j03jwfjd8cxm592m5ybiqdfdw6i723i"))))
+ (base32 "0sf6kdvhr4pr3hddnj6ql9larz2wy108sri31id6x9g459nbly8z"))))
(build-system meson-build-system)
(arguments
'(#:glib-or-gtk? #t