gnu: materia-theme: Update to 20210322.
* gnu/packages/gnome-xyz.scm (materia-theme): Update to 20210322. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
8d43706a02
commit
a62099cde9
1 changed files with 2 additions and 2 deletions
|
@ -1301,7 +1301,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.")
|
||||||
(define-public materia-theme
|
(define-public materia-theme
|
||||||
(package
|
(package
|
||||||
(name "materia-theme")
|
(name "materia-theme")
|
||||||
(version "20200916")
|
(version "20210322")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1312,7 +1312,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0qaxxafsn5zd2ysgr0jyv5j73360mfdmxyd55askswlsfphssn74"))))
|
"1fsicmcni70jkl4jb3fvh7yv0v9jhb8nwjzdq8vfwn256qyk0xvl"))))
|
||||||
(build-system meson-build-system)
|
(build-system meson-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list gtk+ sassc))
|
(list gtk+ sassc))
|
||||||
|
|
Reference in a new issue