1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: fastfetch: Update to 2.48.0.

* gnu/packages/admin.scm (fastfetch): Update to 2.48.0.

Change-Id: I248fd3da3dca1ef7a8ede9baeff2782aaf140fa6
Signed-off-by: Zheng Junjie <z572@z572.online>
This commit is contained in:
Ashish SHUKLA
2025-07-16 13:11:08 +02:00
committed by Zheng Junjie
parent 2ecfaa02a2
commit 01e522d008

View File

@@ -4632,7 +4632,7 @@ information tool.")
(define-public fastfetch
(package
(name "fastfetch")
(version "2.46.0")
(version "2.48.0")
(source
(origin
(method git-fetch)
@@ -4641,7 +4641,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1gqhi1z4c7cwapn7l23zw0a3ldwkacm3qm68p9a0lw6lavgcc441"))
(base32 "018nphhb96d2404x47w47czixrxx7fjvprg3qr21m6xhvp79r09x"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))