aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-01-30 00:52:52 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2018-01-30 09:25:37 +0100
commit0a0eb42f10588e10d6f81074419e24a416a37f99 (patch)
tree5602f394fe8108f08b61caee79098c1e4adcf7ee
parent5e69d68213de24ed0e4bf40765d058da606a74c8 (diff)
downloadguix-0a0eb42f10588e10d6f81074419e24a416a37f99.tar
guix-0a0eb42f10588e10d6f81074419e24a416a37f99.tar.gz
gnu: mate-themes: Update to 3.22.14.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.14.
-rw-r--r--gnu/packages/mate.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 51111f44b8..b892a768d8 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -2,6 +2,7 @@
;;; Copyright © 2016 Fabian Harfert <fhmgufs@web.de>
;;; Copyright © 2016, 2017 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2017 ng0 <ng0@infotropique.org>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -153,7 +154,7 @@ from Mint-X-F and Faenza-Fresh icon packs.")
(define-public mate-themes
(package
(name "mate-themes")
- (version "3.22.13")
+ (version "3.22.14")
(source (origin
(method url-fetch)
(uri (string-append "https://pub.mate-desktop.org/releases/themes/"
@@ -161,7 +162,7 @@ from Mint-X-F and Faenza-Fresh icon packs.")
version ".tar.xz"))
(sha256
(base32
- "1p7w63an8qs15hkj79nppy7471glv0rm1b0himn3c4w69q8qdc9i"))))
+ "09fqvlnmrvc73arl7jv9ygkxi46lw7c1q8qra6w3ap7x83f9zdak"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)