diff options
author | Hilton Chain <hako@ultrarare.space> | 2025-01-11 13:41:40 +0800 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-01-11 16:11:27 +0800 |
commit | 920c9d816659fa60ff9613b5a87e46c57c0b030c (patch) | |
tree | 45d495091a0528012b635c244668e52924061f02 /gnu/packages/admin.scm | |
parent | bb160dc45870c9ba8b365a6deb7ec371178a5e89 (diff) |
gnu: hyfetch: Update to 1.99.0.
* gnu/packages/admin.scm (hyfetch): Update to 1.99.0.
Change-Id: Ic721411811ed2c49f58452ef8ffd714537484148
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r-- | gnu/packages/admin.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm index 185ea1b8fb1..7fd05341993 100644 --- a/gnu/packages/admin.scm +++ b/gnu/packages/admin.scm @@ -4153,7 +4153,7 @@ you are running, what theme or icon set you are using, etc.") (define-public hyfetch (package (name "hyfetch") - (version "1.4.11") + (version "1.99.0") (source (origin (method git-fetch) @@ -4163,7 +4163,7 @@ you are running, what theme or icon set you are using, etc.") (file-name (git-file-name name version)) (sha256 (base32 - "1ymj72virh8y8gwgg3j3skf6j0zn7p0plcza57lln1drnjspycy7")))) + "02bc6dhwvf1daqlsw3am9y2wjfkhs8lpw3vgdxw74jg0w9bpzg8q")))) (build-system python-build-system) (arguments (list #:tests? #f)) ;no tests (inputs (list python-typing-extensions)) |