python3Packages.matplotlib-inline: 0.1.2 -> 0.1.3

This commit is contained in:
Martin Weinelt
2021-10-09 00:23:09 +02:00
parent 74a115cffd
commit 4b2d82c58b
@@ -8,11 +8,11 @@
buildPythonPackage rec {
pname = "matplotlib-inline";
version = "0.1.2";
version = "0.1.3";
src = fetchPypi {
inherit pname version;
sha256 = "0glrhcv1zqck1whsh3p75x0chda588xw22swbmvqalwz7kvmy7gl";
sha256 = "a04bfba22e0d1395479f866853ec1ee28eea1485c1d69a6faf00dc3e24ff34ee";
};
propagatedBuildInputs = [