Skip to content

Commit e687756

Browse files
r-ryantmFRidh
authored andcommitted
python37Packages.ase: 3.19.1 -> 3.19.2
1 parent f0a98d8 commit e687756

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pkgs/development/python-modules/ase/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@
1212

1313
buildPythonPackage rec {
1414
pname = "ase";
15-
version = "3.19.1";
15+
version = "3.19.2";
1616
disabled = isPy27;
1717

1818
src = fetchPypi {
1919
inherit pname version;
20-
sha256 = "03xzpmpask2q2609kkq0hfgzsfvkyjpbjws7qx00nnfrbbnjk443";
20+
sha256 = "0qkfa7506cadvd9ps3radyhhanjs16jlhwhcixsz142d34ynli49";
2121
};
2222

2323
propagatedBuildInputs = [ numpy scipy matplotlib flask pillow psycopg2 ];

0 commit comments

Comments
 (0)