diff options
author | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-01-02 19:53:17 +0100 |
---|---|---|
committer | Leo Prikler <leo.prikler@student.tugraz.at> | 2021-01-07 19:34:11 +0100 |
commit | 51d3c8450232fdb0d703c532b35f540696551977 (patch) | |
tree | b40e2839944262deebcb5b10c905188d174e8c9e /gnu | |
parent | 999279f061e93a3e233cdfd1d4ad5e26cd0046ab (diff) | |
download | guix-51d3c8450232fdb0d703c532b35f540696551977.tar.gz |
gnu: matcha-theme: Update to 2021-01-01.
* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2021-01-01.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/gnome-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
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-public matcha-theme (package (name "matcha-theme") - (version "2020-05-09") + (version "2021-01-01") (source (origin (method git-fetch) @@ -61,7 +61,7 @@ (file-name (git-file-name name version)) (sha256 (base32 - "0fp3ijynyvncy2byjjyba573p81x2pl2hdzv17mg40r8d5mjlkww")))) + "1pa6ra87wlq0gwz4n03l6xv0pxiamr5dygycvppms8v6xyc2aa0r")))) (build-system trivial-build-system) (arguments '(#:modules ((guix build utils)) |