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