Merge pull request #304739 from r-ryantm/auto-update/python311Packages.monty

python311Packages.monty: 2024.3.31 -> 2024.4.17
This commit is contained in:
Weijia Wang
2024-05-04 18:44:14 +02:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "monty";
version = "2024.3.31";
version = "2024.4.17";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "materialsvirtuallab";
repo = "monty";
rev = "refs/tags/v${version}";
hash = "sha256-Gg9KTsS7Np11jYBA8MgblQM6OmzOM/MPLsVZ6fUKT6g=";
hash = "sha256-UqpRkw6F8RAvchq0HBSfdHHO8Lgg+yLdBku+wsPKg0E=";
};
postPatch = ''