diff options
author | Vinicius Monego <monego@posteo.net> | 2022-11-14 11:53:06 -0300 |
---|---|---|
committer | Vinicius Monego <monego@posteo.net> | 2022-12-05 21:01:10 -0300 |
commit | 0f89d91411f68fbac0e020fbfe92a6bf880065ac (patch) | |
tree | bd090c94e3fef45ea83364cf2a9134080bdca561 /gnu/packages/python-xyz.scm | |
parent | 00c1d79a4ce31260315afcb60cbef7edd05edf51 (diff) | |
download | guix-0f89d91411f68fbac0e020fbfe92a6bf880065ac.tar.gz guix-0f89d91411f68fbac0e020fbfe92a6bf880065ac.zip |
gnu: python-hy: Update to 0.25.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 0.25.0.
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 2292df6037..0f47e3be4f 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -14779,7 +14779,7 @@ with a new public API, and RPython support.") (define-public python-hy (package (name "python-hy") - (version "0.24.0") + (version "0.25.0") (source (origin (method git-fetch) ; no tests in PyPI release @@ -14788,7 +14788,7 @@ with a new public API, and RPython support.") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1s458ymd9g3s8k2ccc300jr4w66c7q3vhmhs9z3d3a4qg0xdhs9y")))) + (base32 "1am6z9m0s9svysj0wrfz069rpvbqqimphqll3912q4bvdlz6vrjp")))) (build-system python-build-system) (arguments '(#:phases |