py-nodeenv: add 1.7.0 (#34314)
This commit is contained in:
parent
a2cfc07412
commit
d8006a9495
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ class PyNodeenv(PythonPackage):
|
|||
homepage = "https://github.com/ekalinin/nodeenv"
|
||||
pypi = "nodeenv/nodeenv-1.3.3.tar.gz"
|
||||
|
||||
version("1.7.0", sha256="e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b")
|
||||
version("1.3.3", sha256="ad8259494cf1c9034539f6cced78a1da4840a4b157e23640bc4a0c0546b0cb7a")
|
||||
|
||||
depends_on("py-setuptools", type="build")
|
||||
depends_on("py-setuptools", when="@1.7:", type=("build", "run"))
|
||||
|
|
Loading…
Reference in a new issue