all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#57660] [PATCH] gnu: hyfetch: Update to 1.4.1.
@ 2022-09-08  2:20 gyara via Guix-patches via
  2022-09-12 13:33 ` bug#57660: " Christopher Baines
  0 siblings, 1 reply; 2+ messages in thread
From: gyara via Guix-patches via @ 2022-09-08  2:20 UTC (permalink / raw)
  To: 57660; +Cc: gyara

* gnu/packages/admin.scm (hyfetch): Update to 1.4.1.
---
 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 21f9176bfa..2b686dc0e2 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3815,13 +3815,13 @@ (define-public neofetch
 (define-public hyfetch
   (package
     (name "hyfetch")
-    (version "1.0.2")
+    (version "1.4.1")
     (source
       (origin
         (method url-fetch)
         (uri (pypi-uri "HyFetch" version))
         (sha256
-          (base32 "1bfkycdhsyzkk6q24gdy1xwvyz0rvkr7xk2khbn74b3nk6kp83r2"))))
+          (base32 "18s8r63aqyah34vbahccgkiqw4008i2w5kvhqd9s8bdd4yvsrn4n"))))
     (build-system python-build-system)
     (inputs (list python-hypy-utils python-typing-extensions))
     (arguments `(#:phases (modify-phases %standard-phases
-- 
2.37.3





^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#57660: [PATCH] gnu: hyfetch: Update to 1.4.1.
  2022-09-08  2:20 [bug#57660] [PATCH] gnu: hyfetch: Update to 1.4.1 gyara via Guix-patches via
@ 2022-09-12 13:33 ` Christopher Baines
  0 siblings, 0 replies; 2+ messages in thread
From: Christopher Baines @ 2022-09-12 13:33 UTC (permalink / raw)
  To: gyara; +Cc: 57660-done

[-- Attachment #1: Type: text/plain, Size: 295 bytes --]


gyara via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/admin.scm (hyfetch): Update to 1.4.1.
> ---
>  gnu/packages/admin.scm | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Thanks, I've pushed this to master as
25d88eb9f3e22816180c099502a3a919bbe602f6.

Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 987 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-12 13:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-09-08  2:20 [bug#57660] [PATCH] gnu: hyfetch: Update to 1.4.1 gyara via Guix-patches via
2022-09-12 13:33 ` bug#57660: " Christopher Baines

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.