summaryrefslogtreecommitdiff
path: root/gnu/packages/mate.scm
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2020-03-30 15:21:47 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-02 16:07:08 +0200
commitea5b0a6fffa49a77cc020e553b49d8f06848229c (patch)
tree7cfc3f9bf6360f2e579a31a3e2cccedf5fda9812 /gnu/packages/mate.scm
parent947dc39e188ecfb2c073f41fa576ce5ab196d324 (diff)
downloadpatches-ea5b0a6fffa49a77cc020e553b49d8f06848229c.tar
patches-ea5b0a6fffa49a77cc020e553b49d8f06848229c.tar.gz
gnu: mate-desktop: Update to 1.24.0.
* gnu/packages/mate.scm (mate-desktop): Update to 1.24.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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 611934291f..31881a99d2 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -221,7 +221,7 @@ themes for both gtk+-2 and gtk+-3.")
(define-public mate-desktop
(package
(name "mate-desktop")
- (version "1.22.0")
+ (version "1.24.0")
(source
(origin
(method url-fetch)
@@ -229,7 +229,7 @@ themes for both gtk+-2 and gtk+-3.")
name "-" version ".tar.xz"))
(sha256
(base32
- "09gn840p6qds21kxab4pidjd53g76s76i7178fdibrz462mda217"))))
+ "0l4bbj6nz315s5ndq5sw1jcgi3s1whk59bj12c4mbpsvmlb33adg"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)