gnu: fastfetch: Update to 2.49.0.

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

Change-Id: I03f2512f9aedc7e5f2730c91209de0fb26032975
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
Ashish SHUKLA 2025-08-03 23:45:25 +02:00 committed by Sharlatan Hellseher
parent 52447af2fa
commit 997905b22a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -4641,7 +4641,7 @@ information tool.")
(define-public fastfetch
(package
(name "fastfetch")
(version "2.48.1")
(version "2.49.0")
(source
(origin
(method git-fetch)
@ -4650,7 +4650,7 @@ information tool.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "1gzpmc7vx5dqfjbga6facfqxybgb1hps6h2y9blngjwsskicsi7v"))
(base32 "1mka26ga6jmrimkl93xf97pg8y1k3b41vsb3ds61wi6n257daprk"))
(modules '((guix build utils)))
(snippet '(begin
(delete-file-recursively "src/3rdparty")))))