gnu: adwaita-icon-theme: Update to 3.20.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.20.
This commit is contained in:
parent
224276ab44
commit
20da53dd98
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue