python3Packages.monty: 3.0.2 -> 2021.3.3
This commit is contained in:
parent
5194d48d50
commit
70c8de496b
|
@ -15,7 +15,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "monty";
|
||||
version = "3.0.2";
|
||||
version = "2021.3.3";
|
||||
disabled = isPy27; # uses type annotations
|
||||
|
||||
# No tests in Pypi
|
||||
|
@ -23,7 +23,7 @@ buildPythonPackage rec {
|
|||
owner = "materialsvirtuallab";
|
||||
repo = pname;
|
||||
rev = "v${version}";
|
||||
sha256 = "1wxqxp0j7i6czdpr2r1imgmy3qbgn2l7d4za2h1lg3hllvx6jra1";
|
||||
sha256 = "1nbv0ys0fv70rgzskkk8gsfr9dsmm7ykim5wv36li840zsj83b1l";
|
||||
};
|
||||
|
||||
checkInputs = [ lsof nose numpy msgpack coverage coveralls pymongo];
|
||||
|
|
Loading…
Reference in New Issue