mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: fastfetch-minimal: Update to 2.59.0.
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.59.0. Change-Id: I9396e783ccf13eda20bff5eb373be8d5d44ab866
This commit is contained in:
@@ -4727,7 +4727,7 @@ information tool.")
|
||||
(define-public fastfetch-minimal
|
||||
(package
|
||||
(name "fastfetch-minimal")
|
||||
(version "2.57.0")
|
||||
(version "2.59.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -4736,7 +4736,7 @@ information tool.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1cipr083bf8frqijvxnff7bgzvzczxksicaqj0m22avyhzxc7p3d"))
|
||||
(base32 "1rjs0hwcaa8pc9by8m50117wqaaq4pbmrv60k15n45axzxam4xay"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(delete-file-recursively "src/3rdparty")
|
||||
|
||||
Reference in New Issue
Block a user