python310Packages.monty: 2022.1.19 -> 2022.4.26

This commit is contained in:
R. Ryantm 2022-05-02 15:40:23 +00:00
parent 58e64b1a9f
commit 50d31845fc

View file

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