unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#63772] [PATCH] gnu: hyfetch: Update to 1.4.8.
@ 2023-05-28 14:10 Hilton Chain via Guix-patches via
  2023-05-30 10:44 ` bug#63772: " 宋文武 via Guix-patches via
  0 siblings, 1 reply; 2+ messages in thread
From: Hilton Chain via Guix-patches via @ 2023-05-28 14:10 UTC (permalink / raw)
  To: 63772; +Cc: Hilton Chain

* 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





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

* bug#63772: [PATCH] gnu: hyfetch: Update to 1.4.8.
  2023-05-28 14:10 [bug#63772] [PATCH] gnu: hyfetch: Update to 1.4.8 Hilton Chain via Guix-patches via
@ 2023-05-30 10:44 ` 宋文武 via Guix-patches via
  0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2023-05-30 10:44 UTC (permalink / raw)
  To: Hilton Chain; +Cc: 63772-done

Hilton Chain <hako@ultrarare.space> writes:

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

Pushed, thank you!




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

end of thread, other threads:[~2023-05-30 10:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-28 14:10 [bug#63772] [PATCH] gnu: hyfetch: Update to 1.4.8 Hilton Chain via Guix-patches via
2023-05-30 10:44 ` bug#63772: " 宋文武 via Guix-patches via

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).