diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-11-11 17:42:30 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2025-11-18 18:12:18 +0100 |
| commit | acf0473bb30b3a9808cb0a7296c6bf18d068f768 (patch) | |
| tree | 2389698457a62f08337c55e090d1d6bb74f727f7 /gnu | |
| parent | 1242b0180c88d6062229299be0a567be06ddc982 (diff) | |
gnu: fastfetch: Update to 2.55.0.
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.55.0.
Change-Id: Ib7891230c9c09676c4d36b8fbeab674485a23c60
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 39f53dde3d1..b6a72053762 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.54.0") + (version "2.55.0") (source (origin (method git-fetch) @@ -4677,7 +4677,7 @@ information tool.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0iw58idc45x505rhix3mqymnfbk1r7jc10alyry9qypflalqwkqx")) + (base32 "1vqw0r0h8clb302bzbmfxpkz54kx6sd661nm50vvhijham8x7mlb")) (modules '((guix build utils))) (snippet '(begin (delete-file-recursively "src/3rdparty"))))) |
