gnu: adwaita-icon-theme: Update to 3.26.0.
* gnu/packages/gnome.scm (adwaita-icon-theme): Update to 3.26.0.master
parent
6baabe9246
commit
3495e9412e
|
@ -866,7 +866,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
|
||||||
(define-public adwaita-icon-theme
|
(define-public adwaita-icon-theme
|
||||||
(package (inherit gnome-icon-theme)
|
(package (inherit gnome-icon-theme)
|
||||||
(name "adwaita-icon-theme")
|
(name "adwaita-icon-theme")
|
||||||
(version "3.24.0")
|
(version "3.26.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://gnome/sources/" name "/"
|
(uri (string-append "mirror://gnome/sources/" name "/"
|
||||||
|
@ -874,7 +874,7 @@ GNOME and KDE desktops to the icon names proposed in the specification.")
|
||||||
name "-" version ".tar.xz"))
|
name "-" version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ai73gs44yyw276xag6db0rlpvncy23qplp4girm80ilpprrzxyc"))))
|
"04i2s6hkgzxgmq85dynmzih8rw5krc5apkks962mhgri37g8bbcw"))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
|
`(("gtk-encode-symbolic-svg" ,gtk+ "bin")))))
|
||||||
|
|
||||||
|
|
Reference in New Issue