1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 02:51:49 +02:00

gnu: mate-media: Update to 1.28.1.

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

Change-Id: I687c652052bd817055618d9ad944ecde0ba2ef19
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
This commit is contained in:
Andy Tai
2024-07-11 00:57:41 -07:00
committed by 宋文武
parent 0cd74276ab
commit e27e9ec4f6
+2 -2
View File
@@ -579,14 +579,14 @@ Interactive Weather Information Network (IWIN).
(define-public mate-media
(package
(name "mate-media")
(version "1.26.1")
(version "1.28.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
"mate-media-" version ".tar.xz"))
(sha256
(base32 "02zb4rgahs50pick4nw9xhycshc5kbs1dlnr0ry5r4bd54da5ci8"))))
(base32 "04lr7bl0k1m88m1qf2m3wrq3a48wx44cgmb667k5agzn48p11p5w"))))
(build-system glib-or-gtk-build-system)
(native-inputs
(list pkg-config intltool gettext-minimal gobject-introspection))