all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Hilton Chain via Guix-patches via <guix-patches@gnu.org>
To: 63772@debbugs.gnu.org
Cc: Hilton Chain <hako@ultrarare.space>
Subject: [bug#63772] [PATCH] gnu: hyfetch: Update to 1.4.8.
Date: Sun, 28 May 2023 22:10:06 +0800	[thread overview]
Message-ID: <20230528141006.30912-1-hako@ultrarare.space> (raw)

* 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





             reply	other threads:[~2023-05-28 14:11 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-05-28 14:10 Hilton Chain via Guix-patches via [this message]
2023-05-30 10:44 ` bug#63772: [PATCH] gnu: hyfetch: Update to 1.4.8 宋文武 via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230528141006.30912-1-hako@ultrarare.space \
    --to=guix-patches@gnu.org \
    --cc=63772@debbugs.gnu.org \
    --cc=hako@ultrarare.space \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.