3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.monty: 2021.12.1 -> 2022.1.12.1

This commit is contained in:
Jonathan Ringer 2022-01-13 16:58:33 -08:00 committed by Martin Weinelt
parent abd316fff0
commit 5ffbd4d076

View file

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