python310Packages.monty: 2022.1.12.1 -> 2022.1.19

This commit is contained in:
R. Ryantm 2022-02-10 19:15:58 +00:00
parent 5199bf37eb
commit 8d2078af5a

View file

@ -14,14 +14,14 @@
buildPythonPackage rec {
pname = "monty";
version = "2022.1.12.1";
version = "2022.1.19";
disabled = pythonOlder "3.5"; # uses type annotations
src = fetchFromGitHub {
owner = "materialsvirtuallab";
repo = pname;
rev = "v${version}";
sha256 = "11bp3zkmqffc6rqw93qfk8d905mzc10nqbjmvj2bay8h197q0dg2";
sha256 = "sha256-CGYYPpXRBvqf6GJYYZUARpzt4XFc5uAw91n21UInYpU=";
};
postPatch = ''