gnu: python-hy: Update to 0.28.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 0.28.0. [native-inputs]: Replace python-pytest with python-pytest-next. Change-Id: I6f465a9c834aea51fd0363ba27f9b0ff7b98e82b
This commit is contained in:
parent
6b60d54bbc
commit
6fa742ab31
@ -18345,7 +18345,7 @@ with a new public API, and RPython support.")
|
|||||||
(define-public python-hy
|
(define-public python-hy
|
||||||
(package
|
(package
|
||||||
(name "python-hy")
|
(name "python-hy")
|
||||||
(version "0.26.0")
|
(version "0.28.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch) ; no tests in PyPI release
|
(method git-fetch) ; no tests in PyPI release
|
||||||
@ -18354,7 +18354,7 @@ with a new public API, and RPython support.")
|
|||||||
(commit version)))
|
(commit version)))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1czhh7s81sg0nrnf4zv0ydqi4f7s6sywf4ks4fd59vpx441ca39v"))))
|
(base32 "0fs9ydqlbhmp4l3lf8ap8bksbpmlscm6gz7zf9bv2kmcldkjlzsw"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@ -18381,7 +18381,7 @@ with a new public API, and RPython support.")
|
|||||||
" and not test_macro_require"
|
" and not test_macro_require"
|
||||||
" and not test_requires_pollutes_core"))))))))
|
" and not test_requires_pollutes_core"))))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list python-pytest python-wheel))
|
(list python-pytest-next python-wheel))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list python-funcparserlib))
|
(list python-funcparserlib))
|
||||||
(home-page "https://docs.hylang.org/en/stable/")
|
(home-page "https://docs.hylang.org/en/stable/")
|
||||||
|
Loading…
Reference in New Issue
Block a user