py-rpds-py: add v0.18.1 (#46786)

This commit is contained in:
Wouter Deconinck 2024-10-04 16:37:45 -05:00 committed by GitHub
parent bfbd0a4d4c
commit 280fd1cd68
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,5 +17,8 @@ class PyRpdsPy(PythonPackage):
license("MIT", checked_by="wdconinc")
version("0.20.0", sha256="d72a210824facfdaf8768cf2d7ca25a042c30320b3020de2fa04640920d4e121")
version("0.18.1", sha256="dc48b479d540770c811fbd1eb9ba2bb66951863e448efec2e2c102625328e92f")
depends_on("py-maturin@1.2:1", type="build")
depends_on("rust@1.76:", when="@0.19:")
depends_on("py-maturin@1.0:1", type="build")
depends_on("py-maturin@1.2:", type="build", when="@0.20:")