guix_mirror_bot pushed a commit to branch master
in repository guix.
commit f302e64a06c773b391fb31fb72d5810908296f34
Author: Vinicius Monego <[email protected]>
AuthorDate: Sun May 11 10:46:39 2025 -0300
gnu: python-hy: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 1.1.0.
Change-Id: Ibc78fb0fd883e9957d88e20dfc7e40993a0ee1bc
---
gnu/packages/python-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index d49e8abf1d..cf7153fad9 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -19956,7 +19956,7 @@ with a new public API, and RPython support.")
(define-public python-hy
(package
(name "python-hy")
- (version "1.0.0")
+ (version "1.1.0")
(source
(origin
(method git-fetch) ;no tests in PyPI release
@@ -19965,7 +19965,7 @@ with a new public API, and RPython support.")
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1msv3027krv223a4dhx6kzp7r7l4q2qg8kq25j4dcf8k5xs73ax3"))))
+ (base32 "1g7h7c9zwbcvsi1l3mydhv27bjkiz5wawmdklmryjnv6qkvdx96d"))))
(build-system pyproject-build-system)
(arguments
(list