mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: matcha-theme: Update to 2021-01-01.
* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2021-01-01.
This commit is contained in:
parent
999279f061
commit
51d3c84502
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue