GNU bug report logs -
#63772
[PATCH] gnu: hyfetch: Update to 1.4.8.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 28 May 2023 14:11:01 UTC
Severity: normal
Tags: patch
Done: 宋文武 <iyzsong <at> envs.net>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 63772 in the body.
You can then email your comments to 63772 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#63772
; Package
guix-patches
.
(Sun, 28 May 2023 14:11:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Hilton Chain <hako <at> ultrarare.space>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 28 May 2023 14:11:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/admin.scm (hyfetch): Update to 1.4.8.
[arguments]: Disable tests.
---
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 aa6cabee39..8393a9d1cf 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3971,7 +3971,7 @@ (define-public neofetch
(define-public hyfetch
(package
(name "hyfetch")
- (version "1.4.7")
+ (version "1.4.8")
(source
(origin
(method git-fetch)
@@ -3981,8 +3981,9 @@ (define-public hyfetch
(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")
base-commit: 6192acf8b77948384e75650ae79dfbaadb26bc37
--
2.40.1
Reply sent
to
宋文武 <iyzsong <at> envs.net>
:
You have taken responsibility.
(Tue, 30 May 2023 10:45:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Hilton Chain <hako <at> ultrarare.space>
:
bug acknowledged by developer.
(Tue, 30 May 2023 10:45:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 63772-done <at> debbugs.gnu.org (full text, mbox):
Hilton Chain <hako <at> ultrarare.space> writes:
> * gnu/packages/admin.scm (hyfetch): Update to 1.4.8.
> [arguments]: Disable tests.
Pushed, thank you!
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Tue, 27 Jun 2023 11:24:12 GMT)
Full text and
rfc822 format available.
This bug report was last modified 1 year and 318 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.