gnu: moka-icon-theme: Update to 5.4.0.
* gnu/packages/gnome.scm (moka-icon-theme): Update to 5.4.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>master
parent
d2c5e91278
commit
105a362578
|
@ -6508,7 +6508,7 @@ Moka")
|
||||||
(package
|
(package
|
||||||
(inherit faba-icon-theme)
|
(inherit faba-icon-theme)
|
||||||
(name "moka-icon-theme")
|
(name "moka-icon-theme")
|
||||||
(version "5.3.6")
|
(version "5.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/moka-project"
|
(uri (string-append "https://github.com/moka-project"
|
||||||
|
@ -6517,7 +6517,7 @@ Moka")
|
||||||
(file-name (string-append name "-" version ".tar.gz"))
|
(file-name (string-append name "-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"04axinv79qnngsxkwqzi5j9lc3hn24rjqps5ai8d42pdnfaf0x37"))))
|
"1nbwdjj268hxv9lfagd9aylily9f0hhallp841v0i3imljp84bmk"))))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
;; Moka is based on Faba by using it as a fallback icon set instead of
|
;; Moka is based on Faba by using it as a fallback icon set instead of
|
||||||
;; bundling it, so we need to add it as a propagated input.
|
;; bundling it, so we need to add it as a propagated input.
|
||||||
|
|
Reference in New Issue