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: Wed, 13 Apr 2016 17:31:46 +0000

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

commit 50f0a51b7e56c4088e4f5d99fecdaded17ff78da
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 1af268d..9745be7 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]