python3Packages.matplotlib-inline: 0.1.7 -> 0.2.1

This commit was automatically generated using update-python-libraries.
This commit is contained in:
Martin Weinelt
2026-02-01 17:19:30 +01:00
parent 87f30ab870
commit 8ce61e73ba
@@ -2,7 +2,7 @@
lib,
buildPythonPackage,
fetchFromGitHub,
setuptools,
flit-core,
traitlets,
# tests
@@ -11,17 +11,17 @@
buildPythonPackage rec {
pname = "matplotlib-inline";
version = "0.1.7";
version = "0.2.1";
pyproject = true;
src = fetchFromGitHub {
owner = "ipython";
repo = "matplotlib-inline";
tag = version;
hash = "sha256-y7T8BshNa8NVWzH8oLS4dTAyhG+YmkkYQJFAyMXsJFA=";
hash = "sha256-qExS0SsbnYgu0wFTew90z5QwPyJ+UWGVEgFURSMedSY=";
};
build-system = [ setuptools ];
build-system = [ flit-core ];
dependencies = [ traitlets ];