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

python312Packages.monty: 2024.7.12 -> 2024.7.29
This commit is contained in:
OTABI Tomoya 2024-08-01 12:55:37 +09:00 committed by GitHub
commit f6db1707c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@
buildPythonPackage rec {
pname = "monty";
version = "2024.7.12";
version = "2024.7.29";
pyproject = true;
disabled = pythonOlder "3.9";
@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "materialsvirtuallab";
repo = "monty";
rev = "refs/tags/v${version}";
hash = "sha256-AehlFwrWRa6HNF2vuBcWlpADfxny+FcXSZgcdQiC7Ug=";
hash = "sha256-ydt1T2agKUCBiMZ4uvQ3qshEiAQ0PP9EjPiWDXgH3Wo=";
};
postPatch = ''