guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f24ec245d965af3de392fe0b7699eb031b9fa472
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Thu Aug 21 22:33:48 2025 +0300

    gnu: hyfetch: Update to 2.0.1.
    
    * gnu/packages/admin.scm (hyfetch): Update to 2.0.1.
    
    Change-Id: I9ee01b7c0d61a1c0f2975351d3530d00f914564d
---
 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 865ce83bb7..d345f39d65 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4419,7 +4419,7 @@ you are running, what theme or icon set you are using, 
etc.")
 (define-public hyfetch
   (package
     (name "hyfetch")
-    (version "1.99.0")
+    (version "2.0.1")
     (source
      (origin
        (method git-fetch)
@@ -4428,7 +4428,7 @@ you are running, what theme or icon set you are using, 
etc.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "02bc6dhwvf1daqlsw3am9y2wjfkhs8lpw3vgdxw74jg0w9bpzg8q"))))
+        (base32 "1c81425jaa2i0jdkfp2v7rsb0z7vzgba3735lgf5m921618k18rr"))))
     (build-system pyproject-build-system)
     (native-inputs
      (list python-pytest

Reply via email to