python3Packages.ase: 3.21.1 -> 3.22.0

This commit is contained in:
Fabian Affolter
2021-07-03 12:04:28 +02:00
parent a143a6dd34
commit d07e70534f
@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "ase";
version = "3.21.1";
version = "3.22.0";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "78b01d88529d5f604e76bc64be102d48f058ca50faad72ac740d717545711c7b";
sha256 = "sha256-5gJZx7UIZ7HLgXyvk4/MHtODcCQT320uGv5+oH9lrO4=";
};
propagatedBuildInputs = [ numpy scipy matplotlib flask pillow psycopg2 ];
@@ -29,6 +29,8 @@ buildPythonPackage rec {
# tests just hang most likely due to something with subprocesses and cli
doCheck = false;
pythonImportsCheck = [ "ase" ];
meta = with lib; {
description = "Atomic Simulation Environment";
homepage = "https://wiki.fysik.dtu.dk/ase/";