summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-11-05 19:14:37 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2025-11-05 19:22:51 +0300
commita4c9750b59eeae2a83e391af91ccc5e8b87cc408 (patch)
treeeb10da43ffc5727f103d1467e20101b3f4ec25ac
parente7099c5a0d6175b3aeb8b9d99a2159aac6731959 (diff)
gnu: fastfetch-minimal: Update to 2.54.0.
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.54.0. Change-Id: I92fb0c3ef98d469ce94d06fd7d32c2aad95d94b7
-rw-r--r--gnu/packages/admin.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 722012835ed..7c275cada96 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4668,7 +4668,7 @@ information tool.")
(define-public fastfetch-minimal
(package
(name "fastfetch-minimal")
- (version "2.53.0")
+ (version "2.54.0")
(source
(origin
(method git-fetch)
@@ -4677,7 +4677,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "0w260lscjy3rqahhr2637hb3fqsklv2qx59f2v66wy99nnmqvbha"))
+ (base32 "0iw58idc45x505rhix3mqymnfbk1r7jc10alyry9qypflalqwkqx"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))