pybind11-stubgen: Add 2.5.1 (#47162)

This commit is contained in:
Thorsten Hater 2024-10-23 19:13:23 +02:00 committed by GitHub
parent 978be305a7
commit aed1a3f980
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,8 +10,9 @@ class PyPybind11Stubgen(PythonPackage):
"""Generates stubs for pybind11-wrapped python modules"""
homepage = "https://github.com/sizmailov/pybind11-stubgen"
pypi = "pybind11-stubgen/pybind11-stubgen-0.3.0.tar.gz"
pypi = "pybind11-stubgen/pybind11-stubgen-2.5.1.tar.gz"
version("2.5.1", sha256="4427a67038a00c5ac1637ffa6c65728c67c5b1251ecc23c7704152be0b14cc0b")
version("0.8.7", sha256="79e24009137cd51ef7201c5b9f4d0d072824b260cff751ec8200a8886e06adbf")
version("0.3.0", sha256="fb9bc977df46d7f1aecd33258e34abbbd01f1f461862c8a2a85341b96e6e6bdf")