guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 72f1f55961725bcab289add01253906aaa02ec95
Author: Artyom V. Poptsov <[email protected]>
AuthorDate: Tue Sep 23 16:16:35 2025 +0300
gnu: fastfetch-minimal: Update to 2.53.0.
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.53.0.
Change-Id: I6e29ed36d7873befd826598155864597c2f759e8
---
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 2a6a490d25..57a75b549b 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4640,7 +4640,7 @@ information tool.")
(define-public fastfetch-minimal
(package
(name "fastfetch-minimal")
- (version "2.51.1")
+ (version "2.53.0")
(source
(origin
(method git-fetch)
@@ -4649,7 +4649,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1c5z1mgpgm8nzxkdjfh0412zdnv1f8i1vvic2h5v99f9cmdjwr25"))
+ (base32 "0w260lscjy3rqahhr2637hb3fqsklv2qx59f2v66wy99nnmqvbha"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))