mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05: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:
parent
0cd74276ab
commit
e27e9ec4f6
1 changed files with 2 additions and 2 deletions
|
@ -579,14 +579,14 @@ (define-public mate-applets
|
|||
(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))
|
||||
|
|
Loading…
Reference in a new issue