Skip to content

Commit

Permalink
python: CherryPy: 14.0.0 -> 14.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
FRidh committed Apr 8, 2018
1 parent 42553b5 commit 762c93c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/cherrypy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
buildPythonPackage rec {
name = "${pname}-${version}";
pname = "CherryPy";
version = "14.0.0";
version = "14.0.1";

src = fetchPypi {
inherit pname version;
sha256 = "5f5ee020d6547a8d452b3560775ca2374ffe2ff8c0aec1b272e93b6af80d850e";
sha256 = "721d09bbeedaf5b3493e9e644ae9285d776ea7f16b1d4a0a5aaec7c0d22e5074";
};

propagatedBuildInputs = [ cheroot portend routes six ];
Expand Down

0 comments on commit 762c93c

Please sign in to comment.