lle_bout pushed a commit to branch wip-gnome-40
in repository guix.
commit 300847b32d2e05953ad2b95af888eca756fe797f
Author: Léo Le Bouter <[email protected]>
AuthorDate: Tue Mar 23 20:30:53 2021 +0100
gnu: libnma: Update to 1.8.30.
* gnu/packages/gnome.scm (libnma): Update to 1.8.30.
---
gnu/packages/gnome.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index c9ae189..4bd1a10 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1644,7 +1644,7 @@ client devices can handle.")
(define-public libnma
(package
(name "libnma")
- (version "1.8.28")
+ (version "1.8.30")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1652,7 +1652,7 @@ client devices can handle.")
name "-" version ".tar.xz"))
(sha256
(base32
- "09mp6k0hfam1vyyv9kcd8j4gb2r58i05ipx2nswb58ris599bxja"))))
+ "1d5gzn7ss5vi0bhc8s4i5gsrck1ajslajam5jxfqazg094mffcys"))))
(build-system meson-build-system)
(arguments
`(#:phases