mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: fastfetch: Update to 2.50.2.
* gnu/packages/admin.scm (fastfetch): Update to 2.50.2. Change-Id: Ifa2dc59af8c2a4b72ad95295ddadb2628f32e90b
This commit is contained in:
parent
6acd3dce34
commit
f089b33f07
1 changed files with 2 additions and 2 deletions
|
@ -4639,7 +4639,7 @@ information tool.")
|
|||
(define-public fastfetch
|
||||
(package
|
||||
(name "fastfetch")
|
||||
(version "2.50.1")
|
||||
(version "2.50.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -4648,7 +4648,7 @@ information tool.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "13640kljz19lm73ndqzzf2qljpw1d096l54djp9yqzspqjq2x0h5"))
|
||||
(base32 "17pasb0cckp9pjjcmfi07lfmsg5wf59gynxq7m5w57jlzq10k3vm"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(delete-file-recursively "src/3rdparty")))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue