gnu: mate-media: Update to 1.24.1.
* gnu/packages/mate.scm (mate-media): Update to 1.24.1. [source]: Hard-code NAME.master
parent
7e5585ed41
commit
5d29b70552
|
@ -600,15 +600,14 @@ Interactive Weather Information Network (IWIN).
|
||||||
(define-public mate-media
|
(define-public mate-media
|
||||||
(package
|
(package
|
||||||
(name "mate-media")
|
(name "mate-media")
|
||||||
(version "1.24.0")
|
(version "1.24.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) "/"
|
||||||
name "-" version ".tar.xz"))
|
"mate-media-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "118i4w2i2g3hfgbfn3hjzjkfq8vjj6049r7my3vna9js23b7ab92"))))
|
||||||
"1d5dx79yfqghjaxrdrdh053nfnvkbx8p3ma7j87s7rsvy5irs963"))))
|
|
||||||
(build-system glib-or-gtk-build-system)
|
(build-system glib-or-gtk-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in New Issue