Loading pkgs/development/python-modules/python-jenkins/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ buildPythonPackage rec { pname = "python-jenkins"; version = "1.8.1"; version = "1.8.2"; src = fetchPypi { inherit pname version; hash = "sha256-/18dklOdkD+GmwLq8rExREfm1tePdn7c/dkpZ9UyucY="; hash = "sha256-VufauwYHvbjh1vxtLUMBq+2+2RZdorIG+svTBxy27ss="; }; # test uses timeout mechanism unsafe for use with the "spawn" Loading Loading
pkgs/development/python-modules/python-jenkins/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -18,11 +18,11 @@ buildPythonPackage rec { pname = "python-jenkins"; version = "1.8.1"; version = "1.8.2"; src = fetchPypi { inherit pname version; hash = "sha256-/18dklOdkD+GmwLq8rExREfm1tePdn7c/dkpZ9UyucY="; hash = "sha256-VufauwYHvbjh1vxtLUMBq+2+2RZdorIG+svTBxy27ss="; }; # test uses timeout mechanism unsafe for use with the "spawn" Loading