update to latest version (#40905)

This commit is contained in:
Matthew Archer 2023-11-11 22:16:45 +00:00 committed by GitHub
parent 1ae37f6720
commit 49c2894def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,6 +23,9 @@ class PyNanobind(PythonPackage):
maintainers("chrisrichardson", "garth-wells", "ma595")
version("master", branch="master", submodules=True)
version(
"1.8.0", tag="v1.8.0", commit="1a309ba444a47e081dc6213d72345a2fbbd20795", submodules=True
)
version(
"1.7.0", tag="v1.7.0", commit="555ec7595c89c60ce7cf53e803bc226dc4899abb", submodules=True
)