gnu: libmanette: Update to 0.2.2.
* gnu/packages/games.scm (libmanette): Update to 0.2.2.
This commit is contained in:
parent
a554462123
commit
98704a8133
|
@ -5864,7 +5864,7 @@ when packaged in Blorb container files or optionally from individual files.")
|
||||||
(define-public libmanette
|
(define-public libmanette
|
||||||
(package
|
(package
|
||||||
(name "libmanette")
|
(name "libmanette")
|
||||||
(version "0.2.1")
|
(version "0.2.2")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -5872,7 +5872,7 @@ when packaged in Blorb container files or optionally from individual files.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14vqz30p4693yy3yxs0gj858x25sl2kawib1g9lj8g5frgl0hd82"))))
|
"1lpprk2qz1lsqf9xj6kj2ciyc1zmjhj5lwd584qkh7jgz2x9y6wb"))))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in New Issue