[PATCH] gnu: matcha-theme: Update to 2024-05-01.

  • Open
  • quality assurance status badge
Details
2 participants
  • Liliana Marie Prikler
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Liliana Marie Prikler
Severity
normal

Debbugs page

Liliana Marie Prikler wrote 3 months ago
(address . guix-patches@gnu.org)
508674c9148892a76e6ba826d6f8458b4917a745.1735244158.git.liliana.prikler@gmail.com
* gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2024-05-01.
---
gnu/packages/gnome-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (31 lines)
diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index a09c0befb09..7578b7df64c 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -1348,7 +1348,7 @@ (define-public greybird-gtk-theme
(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 @@ (define-public matcha-theme
(file-name (git-file-name name version))
(sha256
(base32
- "1pa6ra87wlq0gwz4n03l6xv0pxiamr5dygycvppms8v6xyc2aa0r"))))
+ "19dsa7bx37g76sm0l3x65kzq2sg4id3q6j649ny88a69kx2k1d5n"))))
(build-system trivial-build-system)
(arguments
'(#:modules ((guix build utils))

base-commit: f03a0e2d19f95eb0961472842540970c2f7605f1
prerequisite-patch-id: 9de5fdba24b62feda02241ebfb2ec6e7d188a973
prerequisite-patch-id: 977beb7aa157576397101a40c3196950d86f911e
prerequisite-patch-id: a9e16d284cdfdd09213b71a0a1b2c299783aa27b
prerequisite-patch-id: 6721966457505e3054e71b3b53eb3b8533245c5f
prerequisite-patch-id: 112c570e65d25059b4bc6bebcd330963040752df
--
2.46.0
Maxim Cournoyer wrote 3 months ago
(name . Liliana Marie Prikler)(address . liliana.prikler@gmail.com)(address . 75125@debbugs.gnu.org)(address . vivien@planete-kraus.eu)
8734i8tkqf.fsf@gmail.com
Hi Liliana,

Liliana Marie Prikler <liliana.prikler@gmail.com> writes:

Toggle quote (2 lines)
> * gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2024-05-01.

The date looks good to me ;-).

Feel free to push these kind of trivial bumps of leaf packages straight
to master, unless you suspect it may cause problems.

Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>

--
Thanks,
Maxim
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75125@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75125
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help