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:
parent
fe76492e38
commit
848ba48529
1 changed files with 2 additions and 2 deletions
|
@ -578,14 +578,14 @@ (define-public mate-applets
|
||||||
(define-public mate-media
|
(define-public mate-media
|
||||||
(package
|
(package
|
||||||
(name "mate-media")
|
(name "mate-media")
|
||||||
(version "1.24.1")
|
(version "1.26.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
|
||||||
"mate-media-" version ".tar.xz"))
|
"mate-media-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "118i4w2i2g3hfgbfn3hjzjkfq8vjj6049r7my3vna9js23b7ab92"))))
|
(base32 "02zb4rgahs50pick4nw9xhycshc5kbs1dlnr0ry5r4bd54da5ci8"))))
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list pkg-config intltool gettext-minimal gobject-introspection))
|
(list pkg-config intltool gettext-minimal gobject-introspection))
|
||||||
|
|
Loading…
Reference in a new issue