py-matplotlib: add v3.9.2 (#45710)
This commit is contained in:
parent
827522d825
commit
374d94edf7
@ -26,6 +26,7 @@ class PyMatplotlib(PythonPackage):
|
||||
license("Apache-2.0")
|
||||
maintainers("adamjstewart", "rgommers")
|
||||
|
||||
version("3.9.2", sha256="96ab43906269ca64a6366934106fa01534454a69e471b7bf3d79083981aaab92")
|
||||
version("3.9.1", sha256="de06b19b8db95dd33d0dc17c926c7c9ebed9f572074b6fac4f65068a6814d010")
|
||||
version("3.9.0", sha256="e6d29ea6c19e34b30fb7d88b7081f869a03014f66fe06d62cc77d5a6ea88ed7a")
|
||||
version("3.8.4", sha256="8aac397d5e9ec158960e31c381c5ffc52ddd52bd9a47717e2a694038167dffea")
|
||||
@ -68,8 +69,8 @@ class PyMatplotlib(PythonPackage):
|
||||
version("3.0.1", sha256="70f8782c50ac2c7617aad0fa5ba59fc49f690a851d6afc0178813c49767644dd")
|
||||
version("3.0.0", sha256="b4e2333c98a7c2c1ff6eb930cd2b57d4b818de5437c5048802096b32f66e65f9")
|
||||
|
||||
depends_on("c", type="build") # generated
|
||||
depends_on("cxx", type="build") # generated
|
||||
depends_on("c", type="build")
|
||||
depends_on("cxx", type="build")
|
||||
|
||||
# https://matplotlib.org/stable/users/explain/figure/backends.html
|
||||
# matplotlib 3.9+: lib/matplotlib/backends/registry.py
|
||||
|
Loading…
Reference in New Issue
Block a user