diff options
| author | Vinicius Monego <monego@posteo.net> | 2026-03-01 19:49:51 -0300 |
|---|---|---|
| committer | Vinicius Monego <monego@posteo.net> | 2026-03-01 23:38:56 -0300 |
| commit | f2d8c74b7c91a2a0e3f849f0bf2ce06e35af645f (patch) | |
| tree | 0b9b7859521029f967db331945e6b509b18566ab /gnu/packages/python-xyz.scm | |
| parent | b9df425a169f9e4c19b2cb2ce3f7e62aa6fdb582 (diff) | |
gnu: python-hy: Update to 1.2.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 1.2.0.
Change-Id: I750f85cea980ba144884fd4b51d2fe0838ed197f
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 af3bb89e250..c49cf8337a9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19331,7 +19331,7 @@ with a new public API, and RPython support.") (define-public python-hy (package (name "python-hy") - (version "1.1.0") + (version "1.2.0") (source (origin (method git-fetch) ;no tests in PyPI release @@ -19340,7 +19340,7 @@ with a new public API, and RPython support.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1g7h7c9zwbcvsi1l3mydhv27bjkiz5wawmdklmryjnv6qkvdx96d")))) + (base32 "1z5p5y2k8g3j264lvzvlzkyc1d1dqs8j5ixnmm79xh7jkcgi7adq")))) (build-system pyproject-build-system) (arguments (list |
