nckx pushed a commit to branch master
in repository guix.
commit f205f6be7a077e3ffd1df6602aee5d15d44675ce
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Sun Jun 23 00:05:54 2019 +0200
gnu: mate-themes: Update to 3.22.20.
* gnu/packages/mate.scm (mate-themes): Update to 3.22.20.
---
gnu/packages/mate.scm | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index c2a6aaf..9e9fda0 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -2,7 +2,7 @@
;;; Copyright © 2016 Fabian Harfert <[email protected]>
;;; Copyright © 2016, 2017 Efraim Flashner <[email protected]>
;;; Copyright © 2017 ng0 <[email protected]>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <[email protected]>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <[email protected]>
;;; Copyright © 2019 Ludovic Courtès <[email protected]>
;;; Copyright © 2019 Guy Fleury Iteriteka <[email protected]>
;;;
@@ -195,20 +195,19 @@ from Mint-X-F and Faenza-Fresh icon packs.")
(define-public mate-themes
(package
(name "mate-themes")
- (version "3.22.19")
+ (version "3.22.20")
(source
(origin
(method url-fetch)
(uri (string-append "mirror://mate/themes/" (version-major+minor
version)
"/mate-themes-" version ".tar.xz"))
- (sha256
- (base32
- "1ycb8b8r0s8d1h1477135mynr53s5781gdb2ap8xlvj2g58492wq"))))
+ (sha256
+ (base32 "0c3dhf8p9nc2maky4g9xr04iil9wwbdkmhpzynlc6lfg4ksqq2bx"))))
(build-system gnu-build-system)
(native-inputs
`(("pkg-config" ,pkg-config)
("intltool" ,intltool)
- ("gdk-pixbuf" ,gdk-pixbuf) ; gdk-pixbuf+svg isn't needed
+ ("gdk-pixbuf" ,gdk-pixbuf) ; gdk-pixbuf+svg isn't needed
("gtk" ,gtk+-2)))
(home-page "https://mate-desktop.org/")
(synopsis