pythonPackages.pyrsistent: 0.15.2 -> 0.15.4
This commit is contained in:
parent
2b2c6e0bc4
commit
0f8d1129b1
|
@ -2,23 +2,23 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, six
|
, six
|
||||||
, pytest
|
, pytest_4
|
||||||
, hypothesis
|
, hypothesis
|
||||||
, pytestrunner
|
, pytestrunner
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyrsistent";
|
pname = "pyrsistent";
|
||||||
version = "0.15.2";
|
version = "0.15.4";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0fjwnxg7q1b02j7hk1wqm5xdn7wck9j2g3ggkkizab6l77kjws8n";
|
sha256 = "0cv5xvhfhlj88pb0ghdwivkfcmgi6503qjwxx4r6n06nd6hpzd1l";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ six ];
|
propagatedBuildInputs = [ six ];
|
||||||
|
|
||||||
checkInputs = [ pytestrunner pytest hypothesis ];
|
checkInputs = [ pytestrunner pytest_4 hypothesis ];
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = https://github.com/tobgu/pyrsistent/;
|
homepage = https://github.com/tobgu/pyrsistent/;
|
||||||
|
|
Loading…
Reference in New Issue