lilyp pushed a commit to branch gnome-team
in repository guix.
commit c17808ee3e26017a9e2e78cd89c58543f6e1a3b5
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Fri Jul 19 11:53:22 2024 +0200
gnu: gnome-mahjongg: Update to 3.40.1.
* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.40.1.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 301e7b8440..94915b34b6 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12615,7 +12615,7 @@ library which detects when a file or a directory has
been modified.")
(define-public gnome-mahjongg
(package
(name "gnome-mahjongg")
- (version "3.40.0")
+ (version "3.40.1")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -12624,7 +12624,7 @@ library which detects when a file or a directory has
been modified.")
(file-name (git-file-name name version))
(sha256
(base32
- "1yj41lj2vancjzwjcm5cdv48983jq05i6sw8p4nggyqwij3xpllj"))))
+ "0mc9379lmkcn08gr1wdny8gdwgdadkv11vxmgsiazcdy8bsj5860"))))
(build-system meson-build-system)
(arguments (list #:glib-or-gtk? #t))
(native-inputs