guix_mirror_bot pushed a commit to branch master
in repository guix.
commit c82011112e9b556e73915d85aaf16da9c1e9a40b
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Tue Sep 23 16:18:18 2025 +0300
gnu: hyfetch: Update to 2.0.2.
* gnu/packages/admin.scm (hyfetch): Update to 2.0.2.
Change-Id: I21502f5dbc9f159d21b7ad303193c72c1afbc987
---
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 57a75b549b..2edb10bdb4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4420,7 +4420,7 @@ you are running, what theme or icon set you are using,
etc.")
(define-public hyfetch
(package
(name "hyfetch")
- (version "2.0.1")
+ (version "2.0.2")
(source
(origin
(method git-fetch)
@@ -4429,7 +4429,7 @@ you are running, what theme or icon set you are using,
etc.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1c81425jaa2i0jdkfp2v7rsb0z7vzgba3735lgf5m921618k18rr"))))
+ (base32 "1h3s8m6csmxj815cpzh30m59132n8drxya0s2lh5ngjkpazgdnv3"))))
(build-system pyproject-build-system)
(native-inputs
(list python-pytest