GNU bug report logs - #67763
[PATCH] gnu: hyfetch: Update to 1.4.11.

Previous Next

Package: guix-patches;

Reported by: Jaeme Sifat <jaeme <at> runbox.com>

Date: Mon, 11 Dec 2023 05:09:01 UTC

Severity: normal

Tags: patch

Done: Hilton Chain <hako <at> ultrarare.space>

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 67763 in the body.
You can then email your comments to 67763 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#67763; Package guix-patches. (Mon, 11 Dec 2023 05:09:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jaeme Sifat <jaeme <at> runbox.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Mon, 11 Dec 2023 05:09:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Jaeme Sifat <jaeme <at> runbox.com>
To: guix-patches <at> gnu.org
Cc: Jaeme Sifat <jaeme <at> runbox.com>
Subject: [PATCH] gnu: hyfetch: Update to 1.4.11.
Date: Mon, 11 Dec 2023 00:06:16 -0500
* gnu/packages/admin.scm (hyfetch): Update to 1.4.11.

Change-Id: I244020ef556911107040e913ef76932ed97ae6e9
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index f4c5cd003e..e7f09e8348 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -4019,7 +4019,7 @@ (define-public neofetch
 (define-public hyfetch
   (package
     (name "hyfetch")
-    (version "1.4.10")
+    (version "1.4.11")
     (source
      (origin
        (method git-fetch)
@@ -4029,7 +4029,7 @@ (define-public hyfetch
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1lf1vrasinda9j6yazznpx54gg5j24xvkjb68dxhby9dg8ql1h87"))))
+         "1ymj72virh8y8gwgg3j3skf6j0zn7p0plcza57lln1drnjspycy7"))))
     (build-system python-build-system)
     (arguments (list #:tests? #f))      ;no tests
     (inputs (list python-typing-extensions))

base-commit: 65334547674bdaeb75eb37ffbe23ba6f9fd486b1
-- 
2.41.0





Information forwarded to guix-patches <at> gnu.org:
bug#67763; Package guix-patches. (Mon, 11 Dec 2023 05:34:02 GMT) Full text and rfc822 format available.

Message #8 received at 67763 <at> debbugs.gnu.org (full text, mbox):

From: Jaeme Sifat <jaeme <at> runbox.com>
To: 67763 <at> debbugs.gnu.org
Cc: Jaeme Sifat <jaeme <at> runbox.com>
Subject: [PATCH vREVISION] gnu: hyfetch: Update to 1.4.11.
Date: Mon, 11 Dec 2023 00:32:09 -0500
* gnu/packages/admin.scm (hyfetch): Update to 1.4.11.

Change-Id: I244020ef556911107040e913ef76932ed97ae6e9
---
 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 f4c5cd003e..1641b434bd 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -61,6 +61,7 @@
 ;;; Copyright © 2023 Alexey Abramov <levenson <at> mmer.org>
 ;;; Copyright © 2023 Bruno Victal <mirai <at> makinata.eu>
 ;;; Copyright © 2023 Tobias Kortkamp <tobias.kortkamp <at> gmail.com>
+;;; Copyright © 2023 Jaeme Sifat <jaeme <at> runbox.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -4019,7 +4020,7 @@ (define-public neofetch
 (define-public hyfetch
   (package
     (name "hyfetch")
-    (version "1.4.10")
+    (version "1.4.11")
     (source
      (origin
        (method git-fetch)
@@ -4029,7 +4030,7 @@ (define-public hyfetch
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1lf1vrasinda9j6yazznpx54gg5j24xvkjb68dxhby9dg8ql1h87"))))
+         "1ymj72virh8y8gwgg3j3skf6j0zn7p0plcza57lln1drnjspycy7"))))
     (build-system python-build-system)
     (arguments (list #:tests? #f))      ;no tests
     (inputs (list python-typing-extensions))

base-commit: 65334547674bdaeb75eb37ffbe23ba6f9fd486b1
-- 
2.41.0





Reply sent to Hilton Chain <hako <at> ultrarare.space>:
You have taken responsibility. (Tue, 19 Dec 2023 14:04:03 GMT) Full text and rfc822 format available.

Notification sent to Jaeme Sifat <jaeme <at> runbox.com>:
bug acknowledged by developer. (Tue, 19 Dec 2023 14:04:03 GMT) Full text and rfc822 format available.

Message #13 received at 67763-done <at> debbugs.gnu.org (full text, mbox):

From: Hilton Chain <hako <at> ultrarare.space>
To: Jaeme Sifat <jaeme <at> runbox.com>
Cc: 67763-done <at> debbugs.gnu.org
Subject: Re: [bug#67763] [PATCH] gnu: hyfetch: Update to 1.4.11.
Date: Tue, 19 Dec 2023 21:55:23 +0800
Hi,

On Mon, 11 Dec 2023 13:06:16 +0800,
Jaeme Sifat via Guix-patches via wrote:
> 
> * gnu/packages/admin.scm (hyfetch): Update to 1.4.11.
> 
> Change-Id: I244020ef556911107040e913ef76932ed97ae6e9
> ---
>  gnu/packages/admin.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Applied as d9c8432cb1f0c9ae996667d8214e7ff34a2b8651, thanks!




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Wed, 17 Jan 2024 12:24:13 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 155 days ago.

Previous Next


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