diff options
author | Liliana Marie Prikler <[email protected]> | 2024-07-19 11:53:22 +0200 |
---|---|---|
committer | Liliana Marie Prikler <[email protected]> | 2025-03-02 20:31:29 +0100 |
commit | 762ddccc98b557cce90eabf5f0eb87a08ad2c77b (patch) | |
tree | de18a4f8b50c1d5e297640b2edc2b48a2d5dc1f3 | |
parent | 7e3a8b4ff4f316c111878711409399baf827c090 (diff) |
gnu: gnome-mahjongg: Update to 3.40.1.
* gnu/packages/gnome.scm (gnome-mahjongg): Update to 3.40.1.
-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 |