python: ase: 3.19.2 -> 3.20.1

This commit is contained in:
Frederik Rietdijk 2020-08-16 19:30:50 +02:00
parent 021bde5292
commit b243ada2bf

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "ase";
version = "3.19.2";
version = "3.20.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "0qkfa7506cadvd9ps3radyhhanjs16jlhwhcixsz142d34ynli49";
sha256 = "72c81f21b6adb907595fce8d883c0231301cbd8e9f6e5ce8e98bab927054daca";
};
propagatedBuildInputs = [ numpy scipy matplotlib flask pillow psycopg2 ];