python310Packages.json-rpc: 1.14.0 -> 1.15.0

This commit is contained in:
R. Ryantm
2023-06-18 08:55:32 +00:00
parent d7bc334a6c
commit b008e92306
@@ -4,11 +4,11 @@ let
pythonEnv = lib.optional isPy27 mock;
in buildPythonPackage rec {
pname = "json-rpc";
version = "1.14.0";
version = "1.15.0";
src = fetchPypi {
inherit pname version;
hash = "sha256-/13xx/2G4dvQJZ8GWZdRzpGnx5DykEFHk6Vlq1ht3FI=";
hash = "sha256-5kQdVsHc1UJByTfQotzRk73wvcU5tTFlJHE/VUt/hbk=";
};
nativeCheckInputs = pythonEnv ++ [ pytestCheckHook ];