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.60.0.
* gnu/packages/admin.scm (fastfetch-minimal): Update to 2.60.0. Change-Id: I4d11eb4d4fb094a301d393a62e12ba0daa21ab96
This commit is contained in:
@@ -4735,7 +4735,7 @@ information tool.")
|
||||
(define-public fastfetch-minimal
|
||||
(package
|
||||
(name "fastfetch-minimal")
|
||||
(version "2.59.0")
|
||||
(version "2.60.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
@@ -4744,7 +4744,7 @@ information tool.")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1rjs0hwcaa8pc9by8m50117wqaaq4pbmrv60k15n45axzxam4xay"))
|
||||
(base32 "089577qgxd63zqzd00fz381bfpmj6pwlmy2zfan9r6gbm1jvj4i8"))
|
||||
(modules '((guix build utils)))
|
||||
(snippet '(begin
|
||||
(delete-file-recursively "src/3rdparty")
|
||||
|
||||
Reference in New Issue
Block a user