mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: libnma: Update to 1.8.28.
* gnu/packages/gnome.scm (libnma): Update to 1.8.28.
This commit is contained in:
parent
cf390391c8
commit
8b554a4e5a
1 changed files with 2 additions and 2 deletions
|
@ -809,7 +809,7 @@ (define-public rygel
|
|||
(define-public libnma
|
||||
(package
|
||||
(name "libnma")
|
||||
(version "1.8.26")
|
||||
(version "1.8.28")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||
|
@ -817,7 +817,7 @@ (define-public libnma
|
|||
name "-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1w9lld38risnk1krknfwln24kabdxnj274pyz4jhndphwigrshaf"))))
|
||||
"09mp6k0hfam1vyyv9kcd8j4gb2r58i05ipx2nswb58ris599bxja"))))
|
||||
(build-system meson-build-system)
|
||||
(arguments
|
||||
`(#:glib-or-gtk? #t))
|
||||
|
|
Loading…
Reference in a new issue