mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: matcha-theme: Update to 2024-05-01.
* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2024-05-01.
This commit is contained in:
parent
db843db3d1
commit
5c842d4a9e
1 changed files with 2 additions and 2 deletions
|
@ -1348,7 +1348,7 @@ (define-public greybird-gtk-theme
|
||||||
(define-public matcha-theme
|
(define-public matcha-theme
|
||||||
(package
|
(package
|
||||||
(name "matcha-theme")
|
(name "matcha-theme")
|
||||||
(version "2021-01-01")
|
(version "2024-05-01")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1359,7 +1359,7 @@ (define-public matcha-theme
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pa6ra87wlq0gwz4n03l6xv0pxiamr5dygycvppms8v6xyc2aa0r"))))
|
"19dsa7bx37g76sm0l3x65kzq2sg4id3q6j649ny88a69kx2k1d5n"))))
|
||||||
(build-system trivial-build-system)
|
(build-system trivial-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:modules ((guix build utils))
|
'(#:modules ((guix build utils))
|
||||||
|
|
Loading…
Reference in a new issue