guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit edafd7c6abfeef3237b62ec5bbdae10a1dcfd64c
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Mon May 19 14:01:19 2025 +0900
gnu: libmediaart: Update to 1.9.7.
* gnu/packages/gnome.scm (libmediaart): Update to 1.9.7.
Change-Id: I3c2751ff479f090fe2b4abb2b21ea4157d0cafc7
---
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 3954128621..e529a953e8 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -1430,7 +1430,7 @@ and implementation of UPnP A/V profiles.")
(define-public libmediaart
(package
(name "libmediaart")
- (version "1.9.6")
+ (version "1.9.7")
(source (origin
(method url-fetch)
(uri (string-append "mirror://gnome/sources/" name "/"
@@ -1438,7 +1438,7 @@ and implementation of UPnP A/V profiles.")
name "-" version ".tar.xz"))
(sha256
(base32
- "05vzcxm8fqizz77qzdxlsqb5lsqzc4681sy8z63haf6vswjm1g63"))))
+ "0sqgasfaz11m702fgcmiijwxf1mb84rvip9akswd1n7hajgxshrb"))))
(build-system meson-build-system)
(native-inputs
(list `(,glib "bin")