gnu: mate-media: Update to 1.26.1.

* gnu/packages/mate.scm (mate-media): Update to 1.26.1.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai 2023-06-15 10:35:11 -07:00 committed by 宋文武
parent fe76492e38
commit 848ba48529
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -578,14 +578,14 @@ (define-public mate-applets
(define-public mate-media
(package
(name "mate-media")
(version "1.24.1")
(version "1.26.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-media-" version ".tar.xz"))
(sha256
(base32 "118i4w2i2g3hfgbfn3hjzjkfq8vjj6049r7my3vna9js23b7ab92"))))
(base32 "02zb4rgahs50pick4nw9xhycshc5kbs1dlnr0ry5r4bd54da5ci8"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gettext-minimal gobject-introspection))