gnu: mate-media: Update to 1.24.1.

* gnu/packages/mate.scm (mate-media): Update to 1.24.1.
[source]: Hard-code NAME.
This commit is contained in:
Tobias Geerinckx-Rice 2020-08-19 04:00:16 +02:00
parent 7e5585ed41
commit 5d29b70552
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -600,15 +600,14 @@ (define-public mate-applets
(define-public mate-media
(package
(name "mate-media")
(version "1.24.0")
(version "1.24.1")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/" (version-major+minor version) "/"
name "-" version ".tar.xz"))
"mate-media-" version ".tar.xz"))
(sha256
(base32
"1d5dx79yfqghjaxrdrdh053nfnvkbx8p3ma7j87s7rsvy5irs963"))))
(base32 "118i4w2i2g3hfgbfn3hjzjkfq8vjj6049r7my3vna9js23b7ab92"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)