Merge pull request #292063 from r-ryantm/auto-update/python311Packages.monty
python311Packages.monty: 2024.2.2 -> 2024.2.26
This commit is contained in:
commit
c8de86b6ac
1 changed files with 2 additions and 2 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "monty";
|
||||
version = "2024.2.2";
|
||||
version = "2024.2.26";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
|||
owner = "materialsvirtuallab";
|
||||
repo = "monty";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-tKt0IMUmx1WvnQ27PyeyEEGekOKGY33YX4af1/ipbk4=";
|
||||
hash = "sha256-+NxgZ8JCoAih4nHq+KP4jym0xnKCjUXJqs+xPpKZPbs=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
|
Loading…
Reference in a new issue