py-nbdime: add v3.2.1 (#47445)

This commit is contained in:
Wouter Deconinck 2024-11-29 16:59:11 -06:00 committed by GitHub
parent bf5e6b4aaf
commit c6e292f55f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,9 @@ class PyNbdime(PythonPackage):
homepage = "https://nbdime.readthedocs.io/"
pypi = "nbdime/nbdime-3.1.1.tar.gz"
version("3.2.1", sha256="31409a30f848ffc6b32540697e82d5a0a1b84dcc32716ca74e78bcc4b457c453")
with default_args(deprecated=True):
# https://nvd.nist.gov/vuln/detail/CVE-2021-41134
version("3.1.1", sha256="67767320e971374f701a175aa59abd3a554723039d39fae908e72d16330d648b")
depends_on("python@3.6:", type=("build", "run"))