mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: fastfetch-minimal: Update to 2.53.0.
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.53.0. Change-Id: I6e29ed36d7873befd826598155864597c2f759e8
This commit is contained in:
parent
2ff3cdf8aa
commit
72f1f55961
1 changed files with 2 additions and 2 deletions
|
|
@ -4640,7 +4640,7 @@ information tool.")
|
|||
(define-public fastfetch-minimal
|
||||
(package
|
||||
(name "fastfetch-minimal")
|
||||
(version "2.51.1")
|
||||
(version "2.53.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -4649,7 +4649,7 @@ information tool.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1c5z1mgpgm8nzxkdjfh0412zdnv1f8i1vvic2h5v99f9cmdjwr25"))
|
||||
(base32 "0w260lscjy3rqahhr2637hb3fqsklv2qx59f2v66wy99nnmqvbha"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(delete-file-recursively "src/3rdparty")))))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue