py-furo: add new versions (#45439)

This commit is contained in:
Richard Berger 2024-07-29 19:58:43 -06:00 committed by GitHub
parent 171a2e0e31
commit a789689709
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,6 +14,10 @@ class PyFuro(PythonPackage):
license("MIT")
version("2024.7.18", sha256="37b08c5fccc95d46d8712c8be97acd46043963895edde05b0f4f135d58325c83")
version("2024.5.6", sha256="81f205a6605ebccbb883350432b4831c0196dd3d1bc92f61e1f459045b3d2b0b")
version("2024.4.27", sha256="15a9b65269038def2cefafb86c71c6616e3969b8f07ba231f588c10c4aee6d88")
version("2024.1.29", sha256="4d6b2fe3f10a6e36eb9cc24c1e7beb38d7a23fc7b3c382867503b7fcac8a1e02")
version("2023.9.10", sha256="5707530a476d2a63b8cad83b4f961f3739a69f4b058bcf38a03a39fa537195b2")
version("2023.5.20", sha256="40e09fa17c6f4b22419d122e933089226dcdb59747b5b6c79363089827dea16f")
@ -21,5 +25,5 @@ class PyFuro(PythonPackage):
depends_on("py-beautifulsoup4", type=("build", "run"))
depends_on("py-sphinx@6:7", type=("build", "run"))
depends_on("py-sphinx-basic-ng", type=("build", "run"))
depends_on("py-sphinx-basic-ng@1.0.0b2:", type=("build", "run"))
depends_on("py-pygments@2.7:", type=("build", "run"))