guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: hyfetch: Update to 1.4.1.


From: guix-commits
Subject: 05/05: gnu: hyfetch: Update to 1.4.1.
Date: Mon, 12 Sep 2022 09:26:11 -0400 (EDT)

cbaines pushed a commit to branch master
in repository guix.

commit 25d88eb9f3e22816180c099502a3a919bbe602f6
Author: gyara <me@gyara.moe>
AuthorDate: Thu Sep 8 11:20:33 2022 +0900

    gnu: hyfetch: Update to 1.4.1.
    
    * gnu/packages/admin.scm (hyfetch): Update to 1.4.1.
    
    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 65f9502bee..5fb621e027 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3815,13 +3815,13 @@ you are running, what theme or icon set you are using, 
etc.")
 (define-public hyfetch
   (package
     (name "hyfetch")
-    (version "1.0.2")
+    (version "1.4.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "HyFetch" version))
         (sha256
-          (base32 "1bfkycdhsyzkk6q24gdy1xwvyz0rvkr7xk2khbn74b3nk6kp83r2"))))
+          (base32 "18s8r63aqyah34vbahccgkiqw4008i2w5kvhqd9s8bdd4yvsrn4n"))))
     (build-system python-build-system)
     (inputs (list python-hypy-utils python-typing-extensions))
     (arguments `(#:phases (modify-phases %standard-phases



reply via email to

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