mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libmanette: Update to 0.2.6.
* gnu/packages/games.scm (libmanette): Update to 0.2.6.
This commit is contained in:
parent
88a26bfd52
commit
36e80e32f3
1 changed files with 2 additions and 2 deletions
|
@ -7927,7 +7927,7 @@ (define-public frozen-bubble
|
|||
(define-public libmanette
|
||||
(package
|
||||
(name "libmanette")
|
||||
(version "0.2.5")
|
||||
(version "0.2.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/libmanette/"
|
||||
|
@ -7935,7 +7935,7 @@ (define-public libmanette
|
|||
"libmanette-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0awsl0d34k3w18jdiyh377r7qi00s4kmh5gc97vx9jy0h22f01l0"))))
|
||||
"1b3bcdkk5xd5asq797cch9id8692grsjxrc1ss87vv11m1ck4rb3"))))
|
||||
(build-system meson-build-system)
|
||||
(native-inputs
|
||||
`(("glib" ,glib "bin") ; for glib-compile-resources
|
||||
|
|
Loading…
Reference in a new issue