gnu: libmanette: Update to 0.2.5.
* gnu/packages/games.scm (libmanette): Update to 0.2.5.
This commit is contained in:
parent
4c962fabe9
commit
dc5ccd2e4d
1 changed files with 2 additions and 2 deletions
|
@ -7767,7 +7767,7 @@ their own levels.")
|
||||||
(define-public libmanette
|
(define-public libmanette
|
||||||
(package
|
(package
|
||||||
(name "libmanette")
|
(name "libmanette")
|
||||||
(version "0.2.4")
|
(version "0.2.5")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/libmanette/"
|
(uri (string-append "mirror://gnome/sources/libmanette/"
|
||||||
|
@ -7775,7 +7775,7 @@ their own levels.")
|
||||||
"libmanette-" version ".tar.xz"))
|
"libmanette-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1xrc6rh73v5w3kbkflzv1yg8sbxk4wf06hfk95raxhxlssza9q2g"))))
|
"0awsl0d34k3w18jdiyh377r7qi00s4kmh5gc97vx9jy0h22f01l0"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("glib" ,glib "bin") ; for glib-compile-resources
|
`(("glib" ,glib "bin") ; for glib-compile-resources
|
||||||
|
|
Reference in a new issue