Skip to content

Commit

Permalink
py-nexusforge: bump to v0.8.1 (#2074)
Browse files Browse the repository at this point in the history
  • Loading branch information
lecriste committed Jul 18, 2023
1 parent cb223fa commit 73f4f8b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion var/spack/repos/builtin/packages/py-nexusforge/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ class PyNexusforge(PythonPackage):
homepage = "https://github.com/BlueBrain/nexus-forge"
pypi = "nexusforge/nexusforge-0.7.0.tar.gz"

version("0.8.1", sha256="eb2909cbec185e7a73191c1be1e62902a0d8534f0d93454ef3e4e3b18b5129cf")
version("0.8.0", sha256="4358505ead26e41c2a0c4e6113cf3a486c9661e2a3899394497a2b5a94b70424")
version("0.7.0", sha256="a8d2951d9ad18df9f2f4db31a4c18fcdd27bfcec929b03a3c91f133ea439413c")

Expand All @@ -28,7 +29,7 @@ class PyNexusforge(PythonPackage):
depends_on("py-pandas", type=("build", "run"))
depends_on("py-nexus-sdk", type=("build", "run"))
depends_on("py-aiohttp", type=("build", "run"))
depends_on("py-rdflib@6.0.0:", type=("build", "run"))
depends_on("py-rdflib@6.2.0:", type=("build", "run"))
depends_on("py-pyld", type=("build", "run"))
depends_on("[email protected]", type=("build", "run"))
depends_on("[email protected]:", type=("build", "run"))
Expand Down

0 comments on commit 73f4f8b

Please sign in to comment.