diff options
author | Vinicius Monego <monego@posteo.net> | 2024-09-22 15:15:46 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2024-12-21 14:52:58 -0300 |
commit | dbfe4d2efe4895b013022a5a5aeca5032698533d (patch) | |
tree | f9e2aca0bbf759cbddae80d2f7bf7f471bed194e /gnu/packages/python-xyz.scm | |
parent | f2075e2fbf07c2704137ccd45bd663de7c660738 (diff) |
gnu: python-hy: Update to 1.0.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 1.0.0.
Change-Id: Id9e65e8042f1f8e0a7b854b3abd34faebcc9eb3b
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0086d06465..32fb5e8813 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19488,7 +19488,7 @@ with a new public API, and RPython support.") (define-public python-hy (package (name "python-hy") - (version "0.29.0") + (version "1.0.0") (source (origin (method git-fetch) ;no tests in PyPI release @@ -19497,7 +19497,7 @@ with a new public API, and RPython support.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0fp5x94hyckjfap2pb1rj551a3q70vrljxark7hj9kdhr7prbggi")))) + (base32 "1msv3027krv223a4dhx6kzp7r7l4q2qg8kq25j4dcf8k5xs73ax3")))) (build-system pyproject-build-system) (arguments (list |