python311Packages.monty: 2024.2.26 -> 2024.3.31

This commit is contained in:
R. Ryantm 2024-04-06 18:41:10 +00:00
parent f6eb921406
commit fb289c3f16
1 changed files with 2 additions and 2 deletions

View File

@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "monty";
version = "2024.2.26";
version = "2024.3.31";
pyproject = true;
disabled = pythonOlder "3.9";
@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "materialsvirtuallab";
repo = "monty";
rev = "refs/tags/v${version}";
hash = "sha256-+NxgZ8JCoAih4nHq+KP4jym0xnKCjUXJqs+xPpKZPbs=";
hash = "sha256-Gg9KTsS7Np11jYBA8MgblQM6OmzOM/MPLsVZ6fUKT6g=";
};
postPatch = ''