lol
fork

Configure Feed

Select the types of activity you want to include in your feed.

python: wptserve: 2.0 -> 3.0

+2 -2
+2 -2
pkgs/development/python-modules/wptserve/default.nix
··· 7 7 8 8 buildPythonPackage rec { 9 9 pname = "wptserve"; 10 - version = "2.0"; 10 + version = "3.0"; 11 11 12 12 disabled = isPy3k; 13 13 14 14 src = fetchPypi { 15 15 inherit pname version; 16 - sha256 = "9d0c6adc279748abea81ac12b7a2cac97ebbdd87826dc11f6dbd85b781e9442a"; 16 + sha256 = "11990a92b07e4535c2723c34a88bd905c66acec9cda6efa7a7b61371bfe8d87a"; 17 17 }; 18 18 19 19 postPatch = ''