guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#67763] [PATCH] gnu: hyfetch: Update to 1.4.11.


From: Jaeme Sifat
Subject: [bug#67763] [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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]