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

python310Packages.monty: 2022.1.12.1 -> 2022.1.19
This commit is contained in:
Renaud 2022-02-25 12:44:26 +01:00 committed by GitHub
commit abd7b292c0
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.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 = ''