py-matplotlib-inline: add v0.1.3 (#29208)

This commit is contained in:
Manuela Kuhn 2022-03-03 19:22:27 +01:00 committed by GitHub
parent 85c454bdb0
commit 9900d348d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,9 +9,10 @@
class PyMatplotlibInline(PythonPackage): class PyMatplotlibInline(PythonPackage):
"""Inline Matplotlib backend for Jupyter.""" """Inline Matplotlib backend for Jupyter."""
homepage = "https://github.com/martinRenou/matplotlib-inline" homepage = "https://github.com/ipython/matplotlib-inline"
pypi = "matplotlib-inline/matplotlib-inline-0.1.2.tar.gz" pypi = "matplotlib-inline/matplotlib-inline-0.1.2.tar.gz"
version('0.1.3', sha256='a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee')
version('0.1.2', sha256='f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e') version('0.1.2', sha256='f41d5ff73c9f5385775d5c0bc13b424535c8402fe70ea8210f93e11f3683993e')
depends_on('python@3.5:', type=('build', 'run')) depends_on('python@3.5:', type=('build', 'run'))