me
/
guix
Archived
1
0
Fork 0

gnu: matcha-theme: Update to 2021-01-01.

* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2021-01-01.
master
Leo Prikler 2021-01-02 19:53:17 +01:00
parent 999279f061
commit 51d3c84502
No known key found for this signature in database
GPG Key ID: 442A84B8C70E2F87
1 changed files with 2 additions and 2 deletions

View File

@ -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))