From 1c6d0870def37481939c04c13589ec5f95f811fd Mon Sep 17 00:00:00 2001 From: Dariqq Date: Sat, 6 Jul 2024 07:29:19 +0000 Subject: gnu: fastfetch: Update to 2.17.2. 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 --- 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 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 -- cgit v1.2.3