diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 15:05:30 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-05-23 22:39:15 +0200 |
commit | aa65bba301b66b9cc7557255b567df5e35fbabe8 (patch) | |
tree | cf0afc330f06c80d82d2b93b7a0fd51ca9381066 /gnu/packages/gnome.scm | |
parent | d694018daca526b8a743faf45839e5a44ada7490 (diff) | |
download | guix-aa65bba301b66b9cc7557255b567df5e35fbabe8.tar.gz |
gnu: libmediaart: Update to 1.9.5.
* gnu/packages/gnome.scm (libmediaart): Update to 1.9.5. [arguments]: Use meson-next.
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index be458c07bb..4934ae0cc3 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -1407,7 +1407,7 @@ and implementation of UPnP A/V profiles.") (define-public libmediaart (package (name "libmediaart") - (version "1.9.4") + (version "1.9.5") (source (origin (method url-fetch) (uri (string-append "mirror://gnome/sources/" name "/" @@ -1415,8 +1415,10 @@ and implementation of UPnP A/V profiles.") name "-" version ".tar.xz")) (sha256 (base32 - "0gc10imyabk57ar54m0qzms0x9dnmkymhkzyk8w1aj3y4lby0yx5")))) - (build-system gnu-build-system) + "1mlw1qgj8nkd9ll6b6h54r1gfdy3zp8a8xqz7qfyfaj85jjgbph7")))) + (build-system meson-build-system) + (arguments + `(#:meson ,meson-next)) (native-inputs `(("glib:bin" ,glib "bin") ("pkg-config" ,pkg-config))) |