summaryrefslogtreecommitdiff
path: root/gnu/packages/gnome-xyz.scm
diff options
context:
space:
mode:
authorSughosha <Sughosha@proton.me>2022-12-31 08:53:15 +0000
committerChristopher Baines <mail@cbaines.net>2023-01-31 14:19:52 +0000
commita62099cde9b7102dd059de11aaf24c3f5a8e92f3 (patch)
tree0ede78bc4e7ee0d93f9d0e70327b22802df1d893 /gnu/packages/gnome-xyz.scm
parent8d43706a02d8ea6036793ca136e23379fc397622 (diff)
gnu: materia-theme: Update to 20210322.
* gnu/packages/gnome-xyz.scm (materia-theme): Update to 20210322. Signed-off-by: Christopher Baines <mail@cbaines.net>
Diffstat (limited to 'gnu/packages/gnome-xyz.scm')
-rw-r--r--gnu/packages/gnome-xyz.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index 1e6fa6a9c4..37804958de 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -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))