guix-commits
[Top][All Lists]
Advanced

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

38/97: gnu: adwaita-icon-theme: Update to 3.20.


From: Ludovic Courtès
Subject: 38/97: gnu: adwaita-icon-theme: Update to 3.20.
Date: Sat, 16 Apr 2016 09:49:31 +0000

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

commit 20da53dd9820e7dce7ac00383e9bf8c711c84b9b
Author: 宋文武 <address@hidden>
Date:   Wed Apr 6 19:30:38 2016 +0800

    gnu: adwaita-icon-theme: Update to 3.20.
    
    * gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.20.
---
 gnu/packages/gnome.scm |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index abca549..0adb985 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -599,7 +599,7 @@ update-desktop-database: updates the database containing a 
cache of MIME types
 (define-public adwaita-icon-theme
   (package (inherit gnome-icon-theme)
     (name "adwaita-icon-theme")
-    (version "3.18.0")
+    (version "3.20")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://gnome/sources/" name "/"
@@ -607,7 +607,7 @@ update-desktop-database: updates the database containing a 
cache of MIME types
                                   name "-" version ".tar.xz"))
               (sha256
                (base32
-                "0n0fqlg55krw8pgn4z2vxnxh65lyvcydqkrr7klqxp8z00kfg72y"))))))
+                "0ddfwwqx8s63qbqimmbb015lqsab4s0rvy1j81jdsh7k95rqh2ks"))))))
 
 (define-public shared-mime-info
   (package



reply via email to

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