guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit ffed6881a4b3e58dccda7ebdda8f96ed8ca336ad
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Mar 22 11:44:08 2026 +0900
gnu: libmanette: Update to 0.2.13.
* gnu/packages/games.scm (libmanette): Update to 0.2.13.
Change-Id: Icf032e5411f93f64f847597407c2ba2b5a700496
---
gnu/packages/games.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index a7ab0f274a..1f94379a06 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -10801,7 +10801,7 @@ their own levels.")
(define-public libmanette
(package
(name "libmanette")
- (version "0.2.12")
+ (version "0.2.13")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/libmanette/"
@@ -10809,7 +10809,7 @@ their own levels.")
"libmanette-" version ".tar.xz"))
(sha256
(base32
- "1n513s8ksjbrwqq7k46f3550avx11gly3a85shsdrwc0f4k4kcs8"))))
+ "1bnqfxd9b5vff9256f8vxd404fkvbvc5gxva6qcjj2fyw3yw4z18"))))
(build-system meson-build-system)
(native-inputs
(list `(,glib "bin") ; for glib-compile-resources