mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fastfetch: Update to 2.45.0.
* gnu/packages/admin.scm (fastfetch): Update to 2.45.0. Change-Id: I1a0e64078172e6c9c5fff2dffee9c29aa5af5445
This commit is contained in:
parent
25589cc95f
commit
0aa419f9ac
1 changed files with 2 additions and 2 deletions
|
@ -4652,7 +4652,7 @@ information tool.")
|
|||
(define-public fastfetch
|
||||
(package
|
||||
(name "fastfetch")
|
||||
(version "2.42.0")
|
||||
(version "2.45.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4661,7 +4661,7 @@ information tool.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "09chw9rx4rqgd0f0am3ygm5a4lg1i0rsmxbw0kv3cfj1zgfmcn4y"))
|
||||
(base32 "1cg0zgkhgwnbgq5xr9120i6q9g9pirfrh1k5jf6af01ghn1ghfhw"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(delete-file-recursively "src/3rdparty")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue