diff options
author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2024-12-07 14:11:19 +0100 |
---|---|---|
committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-01-16 08:41:00 +0100 |
commit | 5c842d4a9e146d39648672804423a4291709e607 (patch) | |
tree | 629642cf7a58b9d2f4d5845108b507b4a9df1bd7 /gnu | |
parent | db843db3d1b456afc5ca0cbbf9f6f3472dba05ba (diff) |
gnu: matcha-theme: Update to 2024-05-01.
* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2024-05-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 a09c0befb0..7578b7df64 100644 --- a/gnu/packages/gnome-xyz.scm +++ b/gnu/packages/gnome-xyz.scm @@ -1348,7 +1348,7 @@ Shimmer Project. It supports GNOME, Unity, and Xfce.") (define-public matcha-theme (package (name "matcha-theme") - (version "2021-01-01") + (version "2024-05-01") (source (origin (method git-fetch) @@ -1359,7 +1359,7 @@ Shimmer Project. It supports GNOME, Unity, and Xfce.") (file-name (git-file-name name version)) (sha256 (base32 - "1pa6ra87wlq0gwz4n03l6xv0pxiamr5dygycvppms8v6xyc2aa0r")))) + "19dsa7bx37g76sm0l3x65kzq2sg4id3q6j649ny88a69kx2k1d5n")))) (build-system trivial-build-system) (arguments '(#:modules ((guix build utils)) |