diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm index e036e5a443..950a876407 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -50,7 +50,7 @@ (define-module (gnu packages gnome-xyz) (define-public matcha-theme (package (name "matcha-theme") - (version "2020-05-09") + (version "2021-01-01") (source (origin (method git-fetch) @@ -61,7 +61,7 @@ (define-public matcha-theme (file-name (git-file-name name version)) (sha256 (base32 - "0fp3ijynyvncy2byjjyba573p81x2pl2hdzv17mg40r8d5mjlkww")))) + "1pa6ra87wlq0gwz4n03l6xv0pxiamr5dygycvppms8v6xyc2aa0r")))) (build-system trivial-build-system) (arguments '(#:modules ((guix build utils))