diff options
| author | Vinicius Monego <monego@posteo.net> | 2025-05-11 10:46:39 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2025-06-03 21:36:14 -0300 |
| commit | f302e64a06c773b391fb31fb72d5810908296f34 (patch) | |
| tree | cab3e9a7c1330cf9dee8fcbfe7cc56122f7837b7 /gnu/packages/python-xyz.scm | |
| parent | d112a3043e02c67dd53ae5e51251246e222a30ff (diff) | |
gnu: python-hy: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 1.1.0.
Change-Id: Ibc78fb0fd883e9957d88e20dfc7e40993a0ee1bc
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 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 |
