guix_mirror_bot pushed a commit to branch next-master
in repository guix.
commit b990bcbbe66445db2fc283ae09c899ca118e7336
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Mon Jan 12 12:54:30 2026 +0100
gnu: fastfetch-minimal: Update to 2.57.0
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.57.0.
[source]<snippet>: Patch local yyjson reference.
Change-Id: Ic50d237da88b0576fce1ab1c88ac29ee6f889c44
Signed-off-by: Sharlatan Hellseher <[email protected]>
---
gnu/packages/admin.scm | 11 +++++++----
1 file changed, 7 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f19ef27130..69a6c370f4 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -72,7 +72,7 @@
;;; Copyright © 2024 nathan <[email protected]>
;;; Copyright © 2024 Nikita Domnitskii <[email protected]>
;;; Copyright © 2024 Roman Scherer <[email protected]>
-;;; Copyright © 2024, 2025 Ashish SHUKLA <[email protected]>
+;;; Copyright © 2024-2026 Ashish SHUKLA <[email protected]>
;;; Copyright © 2024 Ashvith Shetty <[email protected]>
;;; Copyright © 2025 Dariqq <[email protected]>
;;; Copyright © 2024 nik gaffney <[email protected]>
@@ -4718,7 +4718,7 @@ information tool.")
(define-public fastfetch-minimal
(package
(name "fastfetch-minimal")
- (version "2.56.1")
+ (version "2.57.0")
(source
(origin
(method git-fetch)
@@ -4727,10 +4727,13 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "065hqlw9vjs12vb4rqnwmjg8llpqw5ian0jnxldlv16gs5lw914n"))
+ (base32 "1cipr083bf8frqijvxnff7bgzvzczxksicaqj0m22avyhzxc7p3d"))
(modules '((guix build utils)))
(snippet '(begin
- (delete-file-recursively "src/3rdparty")))))
+ (delete-file-recursively "src/3rdparty")
+ (substitute* "src/modules/logo/logo.c"
+ (("\"3rdparty/yyjson/yyjson.h\"")
+ "<yyjson.h>"))))))
(build-system cmake-build-system)
(arguments
(list