Merge pull request #129047 from fabaff/bump-ase

python3Packages.ase: 3.21.1 -> 3.22.0
This commit is contained in:
Sandro 2021-07-06 01:44:39 +02:00 committed by GitHub
commit ee5a6dc664
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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/";