lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #146071 from r-ryantm/auto-update/python38Packages.pymatgen

authored by

Sandro and committed by
GitHub
dc73826d 3d069426

+2 -2
+2 -2
pkgs/development/python-modules/pymatgen/default.nix
··· 21 21 22 22 buildPythonPackage rec { 23 23 pname = "pymatgen"; 24 - version = "2022.0.14"; 24 + version = "2022.0.16"; 25 25 26 26 src = fetchPypi { 27 27 inherit pname version; 28 - sha256 = "03d24ebafc21becab376c26de09437dd5cfb7bda7099046194e95b4c9fa35209"; 28 + sha256 = "fb4db7d547f062266a1a113d898fb0626ded5a1f9101ef79681e171b7e45fad0"; 29 29 }; 30 30 31 31 nativeBuildInputs = [ glibcLocales ];