guix-commits
[Top][All Lists]
Advanced

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

14/22: gnu: hyfetch: Update to 1.4.4.


From: guix-commits
Subject: 14/22: gnu: hyfetch: Update to 1.4.4.
Date: Tue, 13 Dec 2022 21:10:15 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 6c50e416a520ad6f118b84665f757b40ab74279f
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: hyfetch: Update to 1.4.4.
    
    * gnu/packages/admin.scm (hyfetch): Update to 1.4.4.
---
 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 5e46781efc..e8affe8d64 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3918,13 +3918,13 @@ you are running, what theme or icon set you are using, 
etc.")
 (define-public hyfetch
   (package
     (name "hyfetch")
-    (version "1.4.1")
+    (version "1.4.4")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "HyFetch" version))
         (sha256
-          (base32 "18s8r63aqyah34vbahccgkiqw4008i2w5kvhqd9s8bdd4yvsrn4n"))))
+          (base32 "1k3pcl16y2czkk7wd79yk0w1kqpi4fp8h8szhjs5ywwy20nqmms8"))))
     (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]