diff options
-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 f2a22707f5..a6d3a5ba5f 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -12619,7 +12619,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 @@ -12628,7 +12628,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 |