me
/
guix
Archived
1
0
Fork 0

gnu: adwaita-icon-theme: Update to 3.20.

* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.20.
master
宋文武 2016-04-06 19:30:38 +08:00 committed by Ludovic Courtès
parent 224276ab44
commit 20da53dd98
1 changed files with 2 additions and 2 deletions

View File

@ -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