diff options
| author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2025-05-19 14:01:19 +0900 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:09 +0100 |
| commit | b9aeeab16f0d17cf1afa39f39e55ffc325dbbda9 (patch) | |
| tree | 5823a9170c284fbe412b6fa0e1bc4701cda50fb4 | |
| parent | 4889ac4cb256e859fd7d92aff95798d8683243a0 (diff) | |
gnu: libmediaart: Update to 1.9.7.
* gnu/packages/gnome.scm (libmediaart): Update to 1.9.7.
Change-Id: I3c2751ff479f090fe2b4abb2b21ea4157d0cafc7
| -rw-r--r-- | gnu/packages/gnome.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index 6b599d2d881..5bbcc36214e 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1431,7 +1431,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 "/" @@ -1439,7 +1439,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") |
