0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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

View file

@ -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 = [