mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: hyfetch: Update to 2.0.1.
* gnu/packages/admin.scm (hyfetch): Update to 2.0.1. Change-Id: I9ee01b7c0d61a1c0f2975351d3530d00f914564d
This commit is contained in:
parent
f089b33f07
commit
f24ec245d9
1 changed files with 2 additions and 2 deletions
|
|
@ -4419,7 +4419,7 @@ you are running, what theme or icon set you are using, etc.")
|
|||
(define-public hyfetch
|
||||
(package
|
||||
(name "hyfetch")
|
||||
(version "1.99.0")
|
||||
(version "2.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -4428,7 +4428,7 @@ you are running, what theme or icon set you are using, etc.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "02bc6dhwvf1daqlsw3am9y2wjfkhs8lpw3vgdxw74jg0w9bpzg8q"))))
|
||||
(base32 "1c81425jaa2i0jdkfp2v7rsb0z7vzgba3735lgf5m921618k18rr"))))
|
||||
(build-system pyproject-build-system)
|
||||
(native-inputs
|
||||
(list python-pytest
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue