guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: mate-icon-theme: Update to 1.18.2.


From: Kei Kebreau
Subject: 01/01: gnu: mate-icon-theme: Update to 1.18.2.
Date: Sun, 11 Jun 2017 14:43:24 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit d84f71827194a6e5c1d7e45e1086e5407aabfc73
Author: Kei Kebreau <address@hidden>
Date:   Sun Jun 11 14:41:33 2017 -0400

    gnu: mate-icon-theme: Update to 1.18.2.
    
    * gnu/packages/mate.scm (mate-icon-theme): Update to 1.18.2.
---
 gnu/packages/mate.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm
index a39cd25..403b708 100644
--- a/gnu/packages/mate.scm
+++ b/gnu/packages/mate.scm
@@ -37,7 +37,7 @@
 (define-public mate-icon-theme
   (package
     (name "mate-icon-theme")
-    (version "1.16.0")
+    (version "1.18.2")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://pub.mate-desktop.org/releases/";
@@ -45,7 +45,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "1zldw22p1i76iss8car39pmfagpfxxlfk1fdhvr4x5r6gf36gv7d"))))
+                "0si3li3kza7s45zhasjvqn5f85zpkn0x8i4kq1dlnqvjjqzkg4ch"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]