python: ase: 3.17.0 -> 3.18.1

This commit is contained in:
Frederik Rietdijk 2019-10-24 08:47:24 +02:00
parent 011b446d95
commit 52164b519a
1 changed files with 2 additions and 2 deletions

View File

@ -11,11 +11,11 @@
buildPythonPackage rec {
pname = "ase";
version = "3.17.0";
version = "3.18.1";
src = fetchPypi {
inherit pname version;
sha256 = "1d4gxypaahby45zcpl0rffcn2z7n55dg9lcd8sv6jjsmbbf9vr4g";
sha256 = "e21948dbf79011cc796d772885a8aafb255a6f365d112fe6a3bd26198c6cac7f";
};
propagatedBuildInputs = [ numpy scipy matplotlib flask pillow psycopg2 ];