Merge pull request #48941 from r-ryantm/auto-update/python3.6-python-jsonrpc-server

python36Packages.python-jsonrpc-server: 0.0.1 -> 0.0.2
This commit is contained in:
Jörg Thalheim 2018-10-24 09:05:39 +01:00 committed by GitHub
commit 9fdc49328e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -5,13 +5,13 @@
buildPythonPackage rec {
pname = "python-jsonrpc-server";
version = "0.0.1";
version = "0.0.2";
src = fetchFromGitHub {
owner = "palantir";
repo = "python-jsonrpc-server";
rev = version;
sha256 = "0p5dj1hxx3yz8vjk59dcp3h6ci1hrjkbzf9lr3vviy0xw327409k";
sha256 = "1xp6xipslw8d1yv05mjmhql07kz04ibci5psjrv6rapqi6jp4bgk";
};
checkInputs = [