Skip to content

Commit

Permalink
pythonPackages.pyrsistent: 0.15.2 -> 0.15.4
Browse files Browse the repository at this point in the history
ZHF #68361

(cherry picked from commit 0f8d112)
Signed-off-by: Jonathan Ringer <jonringer117@gmail.com>
  • Loading branch information
adisbladis authored and Jonathan Ringer committed Oct 2, 2019
1 parent 15bc013 commit 20e214b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/pyrsistent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,23 @@
, buildPythonPackage
, fetchPypi
, six
, pytest
, pytest_4
, hypothesis
, pytestrunner
}:

buildPythonPackage rec {
pname = "pyrsistent";
version = "0.15.2";
version = "0.15.4";

src = fetchPypi {
inherit pname version;
sha256 = "0fjwnxg7q1b02j7hk1wqm5xdn7wck9j2g3ggkkizab6l77kjws8n";
sha256 = "0cv5xvhfhlj88pb0ghdwivkfcmgi6503qjwxx4r6n06nd6hpzd1l";
};

propagatedBuildInputs = [ six ];

checkInputs = [ pytestrunner pytest hypothesis ];
checkInputs = [ pytestrunner pytest_4 hypothesis ];

meta = with stdenv.lib; {
homepage = https://github.com/tobgu/pyrsistent/;
Expand Down

0 comments on commit 20e214b

Please sign in to comment.