* [bug#67763] [PATCH] gnu: hyfetch: Update to 1.4.11.
@ 2023-12-11 5:06 Jaeme Sifat via Guix-patches via
2023-12-11 5:32 ` [bug#67763] [PATCH vREVISION] " Jaeme Sifat via Guix-patches via
2023-12-19 13:55 ` bug#67763: [PATCH] " Hilton Chain via Guix-patches via
0 siblings, 2 replies; 3+ messages in thread
From: Jaeme Sifat via Guix-patches via @ 2023-12-11 5:06 UTC (permalink / raw)
To: 67763; +Cc: Jaeme Sifat
* 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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [bug#67763] [PATCH vREVISION] gnu: hyfetch: Update to 1.4.11.
2023-12-11 5:06 [bug#67763] [PATCH] gnu: hyfetch: Update to 1.4.11 Jaeme Sifat via Guix-patches via
@ 2023-12-11 5:32 ` Jaeme Sifat via Guix-patches via
2023-12-19 13:55 ` bug#67763: [PATCH] " Hilton Chain via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Jaeme Sifat via Guix-patches via @ 2023-12-11 5:32 UTC (permalink / raw)
To: 67763; +Cc: Jaeme Sifat
* 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@mmer.org>
;;; Copyright © 2023 Bruno Victal <mirai@makinata.eu>
;;; Copyright © 2023 Tobias Kortkamp <tobias.kortkamp@gmail.com>
+;;; Copyright © 2023 Jaeme Sifat <jaeme@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
^ permalink raw reply related [flat|nested] 3+ messages in thread
* bug#67763: [PATCH] gnu: hyfetch: Update to 1.4.11.
2023-12-11 5:06 [bug#67763] [PATCH] gnu: hyfetch: Update to 1.4.11 Jaeme Sifat via Guix-patches via
2023-12-11 5:32 ` [bug#67763] [PATCH vREVISION] " Jaeme Sifat via Guix-patches via
@ 2023-12-19 13:55 ` Hilton Chain via Guix-patches via
1 sibling, 0 replies; 3+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-12-19 13:55 UTC (permalink / raw)
To: Jaeme Sifat; +Cc: 67763-done
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!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2023-12-19 14:04 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-11 5:06 [bug#67763] [PATCH] gnu: hyfetch: Update to 1.4.11 Jaeme Sifat via Guix-patches via
2023-12-11 5:32 ` [bug#67763] [PATCH vREVISION] " Jaeme Sifat via Guix-patches via
2023-12-19 13:55 ` bug#67763: [PATCH] " Hilton Chain via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.