summaryrefslogtreecommitdiff
path: root/gnu/packages/mate.scm
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2020-03-30 15:22:05 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-02 16:07:10 +0200
commit6df282a7451e37c28efcd2f131a35b5eede750c5 (patch)
treee1941605492c27be2eecef3d9b386afa6c685a39 /gnu/packages/mate.scm
parent66adc72e7abb2cea9f8d7f85439caf3a8a7503a3 (diff)
downloadguix-patches-6df282a7451e37c28efcd2f131a35b5eede750c5.tar
guix-patches-6df282a7451e37c28efcd2f131a35b5eede750c5.tar.gz
gnu: mate-netbook: Update to 1.24.0.
* gnu/packages/mate.scm (mate-netbook): 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 fc593b4b9c..6ebb4f49e6 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -1150,7 +1150,7 @@ can be used as backgrounds in the MATE Desktop environment.")
(define-public mate-netbook
(package
(name "mate-netbook")
- (version "1.22.0")
+ (version "1.24.0")
(source
(origin
(method url-fetch)
@@ -1158,7 +1158,7 @@ can be used as backgrounds in the MATE Desktop environment.")
name "-" version ".tar.xz"))
(sha256
(base32
- "17p1wv9bcr3kvlahnxmxj786vka86nysi90x5xci6ilwyjlaxh0l"))))
+ "1bmk9gq5gcqkvfppa7i1hqfph8sajc3xs189s4ha97g0ifwd98a8"))))
(build-system glib-or-gtk-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)