GNU bug report logs - #63772
[PATCH] gnu: hyfetch: Update to 1.4.8.

Previous Next

Package: guix-patches;

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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: 宋文武 <iyzsong <at> envs.net>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#63772: closed ([PATCH] gnu: hyfetch: Update to 1.4.8.)
Date: Tue, 30 May 2023 10:45:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 30 May 2023 18:44:18 +0800
with message-id <87pm6it7y5.fsf <at> envs.net>
and subject line Re: bug#63772: [PATCH] gnu: hyfetch: Update to 1.4.8.
has caused the debbugs.gnu.org bug report #63772,
regarding [PATCH] gnu: hyfetch: Update to 1.4.8.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
63772: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=63772
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Hilton Chain <hako <at> ultrarare.space>
To: guix-patches <at> gnu.org
Cc: Hilton Chain <hako <at> ultrarare.space>
Subject: [PATCH] gnu: hyfetch: Update to 1.4.8.
Date: Sun, 28 May 2023 22:10:06 +0800
* 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



[Message part 3 (message/rfc822, inline)]
From: 宋文武 <iyzsong <at> envs.net>
To: Hilton Chain <hako <at> ultrarare.space>
Cc: 63772-done <at> debbugs.gnu.org
Subject: Re: bug#63772: [PATCH] gnu: hyfetch: Update to 1.4.8.
Date: Tue, 30 May 2023 18:44:18 +0800
Hilton Chain <hako <at> ultrarare.space> writes:

> * gnu/packages/admin.scm (hyfetch): Update to 1.4.8.
> [arguments]: Disable tests.

Pushed, thank you!


This bug report was last modified 2 years and 72 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.