guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/10: gnu: matcha-theme: Update to 2021-01-01.


From: guix-commits
Subject: 02/10: gnu: matcha-theme: Update to 2021-01-01.
Date: Thu, 7 Jan 2021 13:36:57 -0500 (EST)

leoprikler pushed a commit to branch master
in repository guix.

commit 51d3c8450232fdb0d703c532b35f540696551977
Author: Leo Prikler <leo.prikler@student.tugraz.at>
AuthorDate: Sat Jan 2 19:53:17 2021 +0100

    gnu: matcha-theme: Update to 2021-01-01.
    
    * gnu/packages/gnome-xyz.scm (matcha-theme): Update to 2021-01-01.
---
 gnu/packages/gnome-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome-xyz.scm b/gnu/packages/gnome-xyz.scm
index e036e5a..950a876 100644
--- a/gnu/packages/gnome-xyz.scm
+++ b/gnu/packages/gnome-xyz.scm
@@ -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))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]