python3Packages.ipympl: 0.8.7 -> 0.8.8
This commit is contained in:
parent
5d4a480e6a
commit
2f978e2731
1 changed files with 2 additions and 2 deletions
|
@ -7,12 +7,12 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "ipympl";
|
||||
version = "0.8.7";
|
||||
version = "0.8.8";
|
||||
format = "wheel";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version format;
|
||||
sha256 = "11c3d01f0555f855c51a960964e3ab4dff38e6ccd1a4695205fe250341a9eb99";
|
||||
sha256 = "sha256-hkaK6q6MCigAfQx/bbuF8rbLmAUWfojU2qdSlWIAkVk=";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue