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

python311Packages.monty: 2023.11.3 -> 2024.2.2
This commit is contained in:
Weijia Wang
2024-02-04 19:50:48 +01:00
committed by GitHub
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "monty";
version = "2023.11.3";
version = "2024.2.2";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "materialsvirtuallab";
repo = "monty";
rev = "refs/tags/v${version}";
hash = "sha256-SENrAHCCWYEMWqPQSy61E8bMYkCBJepK5otb7B7UGXA=";
hash = "sha256-tKt0IMUmx1WvnQ27PyeyEEGekOKGY33YX4af1/ipbk4=";
};
postPatch = ''