guix-commits
[Top][All Lists]
Advanced

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

40/85: gnu: hicolor-icon-theme: Update to 0.15.


From: Mark H. Weaver
Subject: 40/85: gnu: hicolor-icon-theme: Update to 0.15.
Date: Wed, 11 Jan 2017 16:36:06 +0000 (UTC)

mhw pushed a commit to branch gnome-updates
in repository guix.

commit b62a0070bf0773d291147bf1a421fc6e34e9ec25
Author: Mark H Weaver <address@hidden>
Date:   Mon Jan 9 03:17:49 2017 -0500

    gnu: hicolor-icon-theme: Update to 0.15.
    
    * gnu/packages/gnome.scm (hicolor-icon-theme): Update to 0.15.
    [source][uri]: Use .tar.xz file.
---
 gnu/packages/gnome.scm |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index aa81e41..69d894d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -712,15 +712,15 @@ database is translated at Transifex.")
 (define-public hicolor-icon-theme
   (package
     (name "hicolor-icon-theme")
-    (version "0.12")
+    (version "0.15")
     (source
      (origin
       (method url-fetch)
       (uri (string-append "https://icon-theme.freedesktop.org/releases/";
-                          "hicolor-icon-theme-" version ".tar.gz"))
+                          "hicolor-icon-theme-" version ".tar.xz"))
       (sha256
        (base32
-        "0wzc7g4ldb2l8zc0x2785ck808c03i857jji942ikakyc68adp4y"))))
+        "1k1kf2c5zbqh31nglc3nxs9j6wr083k9kjyql8p22ccc671mmi4w"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f)) ; no check target



reply via email to

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