gnu: mate-themes: Update to 3.22.11.

* gnu/packages/mate.scm (mate-themes): Update to 3.22.11.
This commit is contained in:
Marius Bakke 2017-05-24 20:05:43 +02:00
parent 9a1100ca52
commit fcbf05f9a2
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -61,7 +61,7 @@
(define-public mate-themes
(package
(name "mate-themes")
(version "3.22.10")
(version "3.22.11")
(source (origin
(method url-fetch)
(uri (string-append "http://pub.mate-desktop.org/releases/themes/"
@ -69,7 +69,7 @@
version ".tar.xz"))
(sha256
(base32
"03ficjfxa4qpx4vcshhk2zxryivckxpw7wcjgbn8xqnjk3lgzjcb"))))
"1gfa1cny3q68y139m96iz8haiik6ygad5613gx0m4wd9hi5scafm"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)