[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/11: gnu: hyfetch: Update to 1.4.8.
From: |
guix-commits |
Subject: |
08/11: gnu: hyfetch: Update to 1.4.8. |
Date: |
Tue, 30 May 2023 06:42:25 -0400 (EDT) |
iyzsong pushed a commit to branch master
in repository guix.
commit 031aaf1e505663376748bd13a9d59a5aa67932ab
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Sun May 28 22:10:06 2023 +0800
gnu: hyfetch: Update to 1.4.8.
* gnu/packages/admin.scm (hyfetch): Update to 1.4.8.
[arguments]: Disable tests.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
---
gnu/packages/admin.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 6de15fd791..85583874ad 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3971,7 +3971,7 @@ you are running, what theme or icon set you are using,
etc.")
(define-public hyfetch
(package
(name "hyfetch")
- (version "1.4.7")
+ (version "1.4.8")
(source
(origin
(method git-fetch)
@@ -3981,8 +3981,9 @@ you are running, what theme or icon set you are using,
etc.")
(file-name (git-file-name name version))
(sha256
(base32
- "1w0wzai73rr7iliii77f15ck5ki03xcvrhgzbp72nn7xcpix9wqd"))))
+ "127nwgxcq0fs9wavs0sqv8zqdz7yfahw1nr9pgb6z5yjnc5cdcx3"))))
(build-system python-build-system)
+ (arguments (list #:tests? #f)) ;no tests
(inputs (list python-typing-extensions))
(home-page "https://github.com/hykilpikonna/HyFetch")
(synopsis "@code{neofetch} with pride flags <3")
- branch master updated (3807876af4 -> 2b1b0a580d), guix-commits, 2023/05/30
- 01/11: gnu: warzone2100: Update to 4.3.5., guix-commits, 2023/05/30
- 09/11: gnu: smartdns: Update to 42., guix-commits, 2023/05/30
- 03/11: gnu: font-chiron-sung-hk: Update to 1.008., guix-commits, 2023/05/30
- 05/11: gnu: font-lxgw-wenkai: Update to 1.300., guix-commits, 2023/05/30
- 08/11: gnu: hyfetch: Update to 1.4.8.,
guix-commits <=
- 10/11: gnu: busybox: Update to 1.36.1., guix-commits, 2023/05/30
- 04/11: gnu: font-chiron-hei-hk: Update to 2.506., guix-commits, 2023/05/30
- 02/11: gnu: warzone2100: Rewrite package arguments to G-expressions., guix-commits, 2023/05/30
- 06/11: gnu: font-lxgw-wenkai-tc: Update to 1.000., guix-commits, 2023/05/30
- 07/11: gnu: font-sarasa-gothic: Update to 0.40.7., guix-commits, 2023/05/30
- 11/11: gnu: xpra: Update to 4.4.5., guix-commits, 2023/05/30