guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: mate-icon-theme: Update to 1.16.0.


From: Efraim Flashner
Subject: 02/05: gnu: mate-icon-theme: Update to 1.16.0.
Date: Tue, 8 Nov 2016 20:55:07 +0000 (UTC)

efraim pushed a commit to branch core-updates
in repository guix.

commit b6c5ad85643e37ae18bf88cd9734894623508f39
Author: Efraim Flashner <address@hidden>
Date:   Tue Nov 8 20:54:11 2016 +0200

    gnu: mate-icon-theme: Update to 1.16.0.
    
    * gnu/packages/mate.scm (mate-icon-theme): Update to 1.16.0.
---
 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 8bc148f..68febad 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.12.0")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "http://pub.mate-desktop.org/releases/";
@@ -45,7 +45,7 @@
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0d91rvl9rw3xl8hmdcbb6xvi880kfmh2ra5chhrjimrjqgl57qkp"))))
+                "1zldw22p1i76iss8car39pmfagpfxxlfk1fdhvr4x5r6gf36gv7d"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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