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