mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-27 19:35:10 -06:00
gnu: fastfetch: Update to 2.46.0.
* gnu/packages/admin.scm (fastfetch): Update to 2.46.0. Change-Id: I01ae1343927860ac02d2bb26d5826efc53d8d1a2 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
0dcbf78ad3
commit
78170b5fae
1 changed files with 2 additions and 2 deletions
|
|
@ -4621,7 +4621,7 @@ information tool.")
|
|||
(define-public fastfetch
|
||||
(package
|
||||
(name "fastfetch")
|
||||
(version "2.45.0")
|
||||
(version "2.46.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -4630,7 +4630,7 @@ information tool.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1cg0zgkhgwnbgq5xr9120i6q9g9pirfrh1k5jf6af01ghn1ghfhw"))
|
||||
(base32 "1gqhi1z4c7cwapn7l23zw0a3ldwkacm3qm68p9a0lw6lavgcc441"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(delete-file-recursively "src/3rdparty")))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue