summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2024-07-06 07:29:19 +0000
committerGuix Patches Tester <>2024-07-06 10:29:05 +0200
commit1c6d0870def37481939c04c13589ec5f95f811fd (patch)
tree8bc3aa61568c1669a933aeeb320335f05463f55e
parent8ffe13e9ca7dcdded73c9ba5bb1b0ae31b341809 (diff)
downloadguix-patches-issue-71968.tar
guix-patches-issue-71968.tar.gz
gnu: fastfetch: Update to 2.17.2.issue-71968
Also add python to minify the help.json file at build time. * gnu/packages/admin.scm (fastfetch): Update to 2.17.2. [native-inputs]: Add python. Change-Id: I135be0447061896ec2f133e11d50ced92b9e79b5
-rw-r--r--gnu/packages/admin.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index e97fe76a5a..678ae29e84 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4266,7 +4266,7 @@ information tool.")
(define-public fastfetch
(package
(name "fastfetch")
- (version "2.16.0")
+ (version "2.17.2")
(source
(origin
(method git-fetch)
@@ -4275,7 +4275,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "112dvfx7gvp6n20i1lkd0jbh897jf7bxjxq96bj4099j3x313y3m"))
+ (base32 "0yhpxn7idb1c9fs84x6qqk4f6975cdax0f1ymhqj33lswzah03ax"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))
@@ -4302,7 +4302,7 @@ information tool.")
wayland
yyjson
zlib)) ;for imagemagick and an #ifdef
- (native-inputs (list pkg-config))
+ (native-inputs (list pkg-config python))
(home-page "https://github.com/fastfetch-cli/fastfetch")
(synopsis "Display system information in a stylized manner")
(description