python310Packages.monty: 2022.9.9 -> 2023.4.10

This commit is contained in:
R. Ryantm 2023-04-17 13:01:33 +00:00
parent bf8dc7ed76
commit 9a4f0d773b

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "monty";
version = "2022.9.9";
version = "2023.4.10";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "materialsvirtuallab";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7ToNiRSWxe9nNcaWWmS6bhVqWMEwXN4uiwtjAmuK5qw=";
hash = "sha256-9of56ErJ03hU+KqxUjR4IiyU4XLJoothSwODlzSWv9Y=";
};
postPatch = ''