mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
52447af2fa
commit
997905b22a
1 changed files with 2 additions and 2 deletions
|
@ -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")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue