summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Brielmaier <jonathan.brielmaier@web.de>2020-03-30 15:25:08 +0200
committerLudovic Courtès <ludo@gnu.org>2020-04-02 16:07:11 +0200
commit57384fe72ff9ae85e9fa2a6e34ddffc144334dae (patch)
tree5f9cc4fe44a8d8561ce5553296a1ebbf805a1d88
parentdb41c3f1b4de2b6addf265d5c6efdc9bc0ccab61 (diff)
downloadpatches-57384fe72ff9ae85e9fa2a6e34ddffc144334dae.tar
patches-57384fe72ff9ae85e9fa2a6e34ddffc144334dae.tar.gz
gnu: mate-themes: Update to 3.22.21.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.21. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
-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 6943bff8bb..9ced219477 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -5,6 +5,7 @@
;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2019 Ludovic Courtès <ludo@gnu.org>
;;; Copyright © 2019 Guy Fleury Iteriteka <hoonandon@gmail.com>
+;;; Copyright © 2020 Jonathan Brielmaier <jonathan.brielmaier@web.de>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -194,14 +195,14 @@ from Mint-X-F and Faenza-Fresh icon packs.")
(define-public mate-themes
(package
(name "mate-themes")
- (version "3.22.20")
+ (version "3.22.21")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/themes/" (version-major+minor version)
"/mate-themes-" version ".tar.xz"))
(sha256
- (base32 "0c3dhf8p9nc2maky4g9xr04iil9wwbdkmhpzynlc6lfg4ksqq2bx"))))
+ (base32 "051g2vq817g84yrqzf7hjcqr4xrghnw1rprjd6jf5mhhzmwcas6n"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)