Merge pull request #226642 from r-ryantm/auto-update/python310Packages.monty

python310Packages.monty: 2022.9.9 -> 2023.4.10
This commit is contained in:
Weijia Wang 2023-04-20 22:11:33 +03:00 committed by GitHub
commit 8c7486a363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = ''