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

gnu: fastfetch: Update to 2.63.1.

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

Change-Id: I47961a51e23ff67e347d6cd6f18ebfbff1ebf846
Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
luca
2026-05-22 14:10:47 +02:00
committed by Andreas Enge
parent ffde23bf1e
commit 77308a4eb5
+2 -2
View File
@@ -4711,7 +4711,7 @@ information tool.")
(define-public fastfetch-minimal
(package
(name "fastfetch-minimal")
(version "2.60.0")
(version "2.63.1")
(source
(origin
(method git-fetch)
@@ -4720,7 +4720,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "089577qgxd63zqzd00fz381bfpmj6pwlmy2zfan9r6gbm1jvj4i8"))
(base32 "13a5maf8jxyga5bga96s40binqp2i54pjlipsnqgfj85q01yzkg9"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")