Merge pull request #69758 from r-ryantm/auto-update/python3.7-ase

python37Packages.ase: 3.18.0 -> 3.18.1
This commit is contained in:
Mario Rodas
2019-09-28 02:07:39 -05:00
committed by GitHub

View File

@@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "ase";
version = "3.18.0";
version = "3.18.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "1ycp1yksysiiz902gn762030sfmirxm950pwpw2rcrpjvq95zm1r";
sha256 = "0zxcdj61j9mxlgk2y4ax6rpml9gvmal8aa3pdmwwq4chyzdlh6g2";
};
propagatedBuildInputs = [ numpy scipy matplotlib flask pillow psycopg2 ];