summaryrefslogtreecommitdiff
path: root/gnu/packages/mate.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-04-05 05:31:48 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-04-05 06:38:59 +0200
commit97678006873b78d9eeb1983b496c95ef21488d6a (patch)
tree8c8e2e22800bc8b3c00543dd348df2e42a00bcd7 /gnu/packages/mate.scm
parentfb5f8f013595267c7d5e29d7bfee92808bf34439 (diff)
downloadguix-patches-97678006873b78d9eeb1983b496c95ef21488d6a.tar
guix-patches-97678006873b78d9eeb1983b496c95ef21488d6a.tar.gz
gnu: mate-themes: Update to 3.22.16.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.16.
Diffstat (limited to 'gnu/packages/mate.scm')
-rw-r--r--gnu/packages/mate.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index 09c97e7274..c3a4edd1ea 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -154,7 +154,7 @@ from Mint-X-F and Faenza-Fresh icon packs.")
(define-public mate-themes
(package
(name "mate-themes")
- (version "3.22.15")
+ (version "3.22.16")
(source (origin
(method url-fetch)
(uri (string-append "https://pub.mate-desktop.org/releases/themes/"
@@ -162,7 +162,7 @@ from Mint-X-F and Faenza-Fresh icon packs.")
version ".tar.xz"))
(sha256
(base32
- "0cmlbj6vlkavdirc5xnsgwmy0m11bj9yrbv1dkq46n1s23rvv6wg"))))
+ "1k8qp2arjv4vj8kyjhjgyj5h46jy0darlfh48l5h25623z1firdj"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)