guix-commits
[Top][All Lists]
Advanced

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

18/18: gnu: hyfetch: Update to 1.4.10.


From: guix-commits
Subject: 18/18: gnu: hyfetch: Update to 1.4.10.
Date: Tue, 29 Aug 2023 08:54:36 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 62eafea1a60cab589899d13104e876c78990e5fc
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun Aug 20 20:10:21 2023 +0800

    gnu: hyfetch: Update to 1.4.10.
    
    * gnu/packages/admin.scm (hyfetch): Update to 1.4.10.
    
    Signed-off-by: Christopher Baines <mail@cbaines.net>
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 65d2e387b5..a538432d44 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3979,7 +3979,7 @@ you are running, what theme or icon set you are using, 
etc.")
 (define-public hyfetch
   (package
     (name "hyfetch")
-    (version "1.4.8")
+    (version "1.4.10")
     (source
      (origin
        (method git-fetch)
@@ -3989,7 +3989,7 @@ you are running, what theme or icon set you are using, 
etc.")
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "127nwgxcq0fs9wavs0sqv8zqdz7yfahw1nr9pgb6z5yjnc5cdcx3"))))
+         "1lf1vrasinda9j6yazznpx54gg5j24xvkjb68dxhby9dg8ql1h87"))))
     (build-system python-build-system)
     (arguments (list #:tests? #f))      ;no tests
     (inputs (list python-typing-extensions))



reply via email to

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