Merge pull request #190413 from r-ryantm/auto-update/python3.10-monty

python310Packages.monty: 2022.4.26 -> 2022.9.8
This commit is contained in:
Martin Weinelt 2022-09-14 17:44:48 +02:00 committed by GitHub
commit f350950b08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "monty";
version = "2022.4.26";
version = "2022.9.8";
disabled = pythonOlder "3.5"; # uses type annotations
src = fetchFromGitHub {
owner = "materialsvirtuallab";
repo = pname;
rev = "refs/tags/v${version}";
sha256 = "sha256-SQku10nzTSuO5ISUDyDKAEoMhBBxPzyLNhoAyrlKH+E=";
sha256 = "sha256-3C5L7nKokuxtYlw13AKSrNVsvKH9okmBNyLXt7Vmjqk=";
};
postPatch = ''