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:
Sughosha 2022-12-31 08:53:15 +00:00 committed by Christopher Baines
parent 8d43706a02
commit a62099cde9
No known key found for this signature in database
GPG Key ID: 5E28A33B0B84F577

View File

@ -1301,7 +1301,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.")
(define-public materia-theme
(package
(name "materia-theme")
(version "20200916")
(version "20210322")
(source
(origin
(method git-fetch)
@ -1312,7 +1312,7 @@ like Gnome, Unity, Budgie, Pantheon, XFCE, Mate and others.")
(file-name (git-file-name name version))
(sha256
(base32
"0qaxxafsn5zd2ysgr0jyv5j73360mfdmxyd55askswlsfphssn74"))))
"1fsicmcni70jkl4jb3fvh7yv0v9jhb8nwjzdq8vfwn256qyk0xvl"))))
(build-system meson-build-system)
(native-inputs
(list gtk+ sassc))