1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-21 13:10:33 +00:00

python37Packages.ase: 3.19.0 -> 3.19.1

This commit is contained in:
R. RyanTM 2020-04-06 13:04:55 +00:00 committed by Jon
parent df44e6f43e
commit 24590039f1

View file

@ -12,12 +12,12 @@
buildPythonPackage rec {
pname = "ase";
version = "3.19.0";
version = "3.19.1";
disabled = isPy27;
src = fetchPypi {
inherit pname version;
sha256 = "a8378ab57e91cfe1ba09b3639d8409bb7fc1a40b59479c7822d206e673ad93f9";
sha256 = "03xzpmpask2q2609kkq0hfgzsfvkyjpbjws7qx00nnfrbbnjk443";
};
propagatedBuildInputs = [ numpy scipy matplotlib flask pillow psycopg2 ];
@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Atomic Simulation Environment";
homepage = https://wiki.fysik.dtu.dk/ase/;
homepage = "https://wiki.fysik.dtu.dk/ase/";
license = licenses.lgpl21Plus;
maintainers = with maintainers; [ costrouc ];
};