[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/12: gnu: python-hy: Update to 0.26.0.
From: |
guix-commits |
Subject: |
10/12: gnu: python-hy: Update to 0.26.0. |
Date: |
Sun, 2 Apr 2023 17:08:20 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit bd11fe792b6449524055ee53c613b813f6276dce
Author: Jack Hill <jackhill@jackhill.us>
AuthorDate: Thu Mar 16 18:24:22 2023 -0400
gnu: python-hy: Update to 0.26.0.
* gnu/packages/python-xyx.scm (python-hy): Update to 0.26.0.
[propagated-inputs]: Remove PYTHON-COLORAMA.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
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 756dd87721..90452c55fb 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -15299,7 +15299,7 @@ with a new public API, and RPython support.")
(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
@@ -15308,7 +15308,7 @@ with a new public API, and RPython support.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1am6z9m0s9svysj0wrfz069rpvbqqimphqll3912q4bvdlz6vrjp"))))
+ (base32 "1czhh7s81sg0nrnf4zv0ydqi4f7s6sywf4ks4fd59vpx441ca39v"))))
(build-system python-build-system)
(arguments
'(#:phases
@@ -15325,7 +15325,7 @@ with a new public API, and RPython support.")
(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
- branch master updated (380faf265b -> 2cefa6d835), guix-commits, 2023/04/02
- 02/12: gnu: Add ruby-enumerable-statistics., guix-commits, 2023/04/02
- 04/12: gnu: Add youplot., guix-commits, 2023/04/02
- 03/12: gnu: Add ruby-unicode-plot., guix-commits, 2023/04/02
- 01/12: gnu: Add mairix., guix-commits, 2023/04/02
- 05/12: gnu: Add nntpit., guix-commits, 2023/04/02
- 06/12: gnu: ytfzf: Replace YOUTUBE-DL by YT-DLP., guix-commits, 2023/04/02
- 07/12: gnu: Add font-chivo., guix-commits, 2023/04/02
- 09/12: gnu: endless-sky: Update to 0.10.0., guix-commits, 2023/04/02
- 08/12: gnu: Add python-treelib., guix-commits, 2023/04/02
- 10/12: gnu: python-hy: Update to 0.26.0.,
guix-commits <=
- 11/12: gnu: python-hy: Report version., guix-commits, 2023/04/02
- 12/12: gnu: Add pdpmake., guix-commits, 2023/04/02