gnu: fastfetch-minimal: Update to 2.56.1.

* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.56.1.

Change-Id: I560e791b24aaee925c8e241410250ce600dbc782
This commit is contained in:
Artyom V. Poptsov 2026-01-04 08:55:17 +03:00
parent 1154117b76
commit 70ea187904
No known key found for this signature in database
GPG key ID: 935EBE0736DC857E

View file

@ -4716,7 +4716,7 @@ information tool.")
(define-public fastfetch-minimal
(package
(name "fastfetch-minimal")
(version "2.55.1")
(version "2.56.1")
(source
(origin
(method git-fetch)
@ -4725,7 +4725,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0a2a8rp75nx16gvq0918999hifr2lph8dagpfipmyflaa5awlw54"))
(base32 "065hqlw9vjs12vb4rqnwmjg8llpqw5ian0jnxldlv16gs5lw914n"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))