summaryrefslogtreecommitdiff
path: root/gnu/packages/admin.scm
diff options
context:
space:
mode:
authorHilton Chain <hako@ultrarare.space>2023-02-19 15:51:30 +0800
committerLudovic Courtès <ludo@gnu.org>2023-02-27 23:40:43 +0100
commit064d3310689754a8846a6e67cb27e6d985232f70 (patch)
tree620f9b3bb96a32401bc6b734d111cb8740e2baaa /gnu/packages/admin.scm
parent43c36c5c9f7a31649eb059fd16ed82bde20da3fc (diff)
gnu: hyfetch: Update to 1.4.7.
* gnu/packages/admin.scm (hyfetch): Update to 1.4.7. * gnu/packages/patches/hyfetch-fix-generator-script-quotation-escaping.patch, * gnu/packages/patches/hyfetch-remove-old-catchy-os-py.patch: Remove files. * gnu/local.mk (dist_patch_DATA): Remove them. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/admin.scm')
-rw-r--r--gnu/packages/admin.scm9
1 files changed, 2 insertions, 7 deletions
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 35a0162f02..e0d2147eb3 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3918,7 +3918,7 @@ you are running, what theme or icon set you are using, etc.")
(define-public hyfetch
(package
(name "hyfetch")
- (version "1.4.6")
+ (version "1.4.7")
(source
(origin
(method git-fetch)
@@ -3926,14 +3926,9 @@ you are running, what theme or icon set you are using, etc.")
(url "https://github.com/hykilpikonna/hyfetch")
(commit version)))
(file-name (git-file-name name version))
- (patches
- (search-patches
- ;; XXX: Cherry-picked from upstream, remove when updating.
- "hyfetch-fix-generator-script-quotation-escaping.patch"
- "hyfetch-remove-old-catchy-os-py.patch"))
(sha256
(base32
- "1cnjvkil40bipia8gvs32q0lbqyi5j0nrsr7k4s0c55rh5bhkc3d"))))
+ "1w0wzai73rr7iliii77f15ck5ki03xcvrhgzbp72nn7xcpix9wqd"))))
(build-system python-build-system)
(inputs (list python-typing-extensions))
(home-page "https://github.com/hykilpikonna/HyFetch")