python37Packages.ase: 3.18.0 -> 3.18.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-ase/versions
This commit is contained in:
R. RyanTM 2019-09-27 20:29:40 -07:00
parent 96ac71d680
commit 3731d036e9

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 ];