python311Packages.monty: 2024.3.31 -> 2024.4.17

This commit is contained in:
R. Ryantm
2024-04-23 10:57:43 +00:00
parent 72bc2ea5d1
commit 98e8109ea6
@@ -17,7 +17,7 @@
buildPythonPackage rec {
pname = "monty";
version = "2024.3.31";
version = "2024.4.17";
pyproject = true;
disabled = pythonOlder "3.9";
@@ -26,7 +26,7 @@ buildPythonPackage rec {
owner = "materialsvirtuallab";
repo = "monty";
rev = "refs/tags/v${version}";
hash = "sha256-Gg9KTsS7Np11jYBA8MgblQM6OmzOM/MPLsVZ6fUKT6g=";
hash = "sha256-UqpRkw6F8RAvchq0HBSfdHHO8Lgg+yLdBku+wsPKg0E=";
};
postPatch = ''