python310Packages.monty: 2022.4.26 -> 2022.9.8

This commit is contained in:
R. Ryantm 2022-09-09 01:31:19 +00:00
parent 34fde40edd
commit ce6daeb7f2

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