[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#71968] [PATCH v5 5/5] gnu: fastfetch: Update to 2.24.0.
From: |
Dariqq |
Subject: |
[bug#71968] [PATCH v5 5/5] gnu: fastfetch: Update to 2.24.0. |
Date: |
Wed, 18 Sep 2024 15:27:11 +0000 |
Also add python-minimal to minify the help.json file at build time.
* gnu/packages/admin.scm (fastfetch): Update to 2.24.0.
[native-inputs]: Add python-minimal.
Change-Id: I52d5cf244726bf4362f658f818094a483e3b3d01
---
gnu/packages/admin.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 2c47e43b4e..a2f9e7207a 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4284,7 +4284,7 @@ (define-public pfetch
(define-public fastfetch
(package
(name "fastfetch")
- (version "2.16.0")
+ (version "2.24.0")
(source
(origin
(method git-fetch)
@@ -4293,7 +4293,7 @@ (define-public fastfetch
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "112dvfx7gvp6n20i1lkd0jbh897jf7bxjxq96bj4099j3x313y3m"))
+ (base32 "19hys66a2z0in1h2f653p1sffd5hgf91gayfak33a8p2jifpwwrj"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))
@@ -4320,7 +4320,7 @@ (define-public fastfetch
wayland
yyjson
zlib)) ;for imagemagick and an #ifdef
- (native-inputs (list pkg-config))
+ (native-inputs (list pkg-config python-minimal))
(home-page "https://github.com/fastfetch-cli/fastfetch")
(synopsis "Display system information in a stylized manner")
(description
--
2.46.0