py-libsonata: add v0.1.29 (#47466)
* py-libsonata: new version. * Fix Python version dependency. * py-libsonata: fix typo --------- Co-authored-by: Wouter Deconinck <wdconinc@gmail.com>
This commit is contained in:
parent
e91b8c291a
commit
6ef0f495a9
@ -16,10 +16,13 @@ class PyLibsonata(PythonPackage):
|
||||
maintainers("tristan0x")
|
||||
|
||||
version("master", branch="master")
|
||||
version("0.1.29", sha256="321878f28c7d64a65683443f832dfa2f21ff8ed69e700d2dde62ccb5f87d4525")
|
||||
version("0.1.25", sha256="b332efa718123ee265263e1583a5998eaa945a13b8a22903873764cf1d8173fa")
|
||||
|
||||
depends_on("cxx", type="build") # generated
|
||||
|
||||
depends_on("python@3.9:", type=("build", "run"), when="@0.1.29:")
|
||||
|
||||
depends_on("catch2@2.13:", type="test")
|
||||
depends_on("cmake@3.16:", type="build")
|
||||
depends_on("fmt@7.1:")
|
||||
|
Loading…
Reference in New Issue
Block a user