Merge pull request #300608 from r-ryantm/auto-update/python312Packages.monty

python312Packages.monty: 2024.2.26 -> 2024.3.31
This commit is contained in:
Weijia Wang 2024-04-08 01:37:25 +02:00 committed by GitHub
commit 3eec748880
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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 = ''