Skip to content

Commit

Permalink
python36Packages.python-jsonrpc-server: 0.0.1 -> 0.0.2
Browse files Browse the repository at this point in the history
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.6-python-jsonrpc-server/versions
  • Loading branch information
r-ryantm committed Oct 24, 2018
1 parent 86c7662 commit cb254b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit cb254b0

Please sign in to comment.