all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Jack Hill <jackhill@jackhill.us>
To: 62038@debbugs.gnu.org
Subject: [bug#62038] [PATCH v2 1/2] gnu: python-hy: Update to 0.26.0.
Date: Thu, 16 Mar 2023 18:17:33 -0400	[thread overview]
Message-ID: <20230316221734.23689-1-jackhill@jackhill.us> (raw)
In-Reply-To: <alpine.DEB.2.21.2303161814150.15296@marsh.hcoop.net>

* gnu/packages/python-xyx.scm (python-hy): Update to 0.26.0.
[propagated-inputs]: Remove python-colorama.
---
 gnu/packages/python-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 83f3ec02ea..509bfa77d6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15027,7 +15027,7 @@ (define-public python-rply
 (define-public python-hy
   (package
     (name "python-hy")
-    (version "0.25.0")
+    (version "0.26.0")
     (source
      (origin
        (method git-fetch)               ; no tests in PyPI release
@@ -15036,7 +15036,7 @@ (define-public python-hy
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1am6z9m0s9svysj0wrfz069rpvbqqimphqll3912q4bvdlz6vrjp"))))
+        (base32 "1czhh7s81sg0nrnf4zv0ydqi4f7s6sywf4ks4fd59vpx441ca39v"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -15053,7 +15053,7 @@ (define-public python-hy
     (native-inputs
      (list python-pytest-7.1 python-wheel))
     (propagated-inputs
-     (list python-colorama python-funcparserlib))
+     (list python-funcparserlib))
     (home-page "https://docs.hylang.org/en/stable/")
     (synopsis "Lisp frontend to Python")
     (description
-- 
2.39.2





  reply	other threads:[~2023-03-16 22:18 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-07 19:55 [bug#62038] [PATCH 0/2] update python-hy Jack Hill
2023-03-07 19:57 ` [bug#62038] [PATCH 1/2] gnu: python-hy: Update to 0.26.0 Jack Hill
2023-03-07 19:57   ` [bug#62038] [PATCH 2/2] gnu: python-hy: Report version Jack Hill
2023-03-16 22:15 ` [bug#62038] [PATCH v2 0/2] python-hy update v2 (typo fix) Jack Hill
2023-03-16 22:17   ` Jack Hill [this message]
2023-03-16 22:17     ` [bug#62038] [PATCH v2 2/2] gnu: python-hy: Report version Jack Hill
2023-03-16 22:23   ` [bug#62038] [PATCH v3 0/2] python-hy update v3 (another typo fix) Jack Hill
2023-03-16 22:24     ` [bug#62038] [PATCH v3 1/2] gnu: python-hy: Update to 0.26.0 Jack Hill
2023-03-16 22:24       ` [bug#62038] [PATCH v3 2/2] gnu: python-hy: Report version Jack Hill
2023-04-03 16:40     ` bug#62038: [PATCH v3 0/2] python-hy update v3 (another typo fix) Nicolas Goaziou
2023-04-03 17:59       ` [bug#62038] " Jack Hill

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=20230316221734.23689-1-jackhill@jackhill.us \
    --to=jackhill@jackhill.us \
    --cc=62038@debbugs.gnu.org \
    /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.