lol
0
fork

Configure Feed

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

Revert "python: wsproto: 0.14.1 -> 0.15.0"

This reverts commit 3dc390f7105763ba8348b79c38fbf7b718f173d1.

+2 -2
+2 -2
pkgs/development/python-modules/wsproto/0.14.nix
··· 2 2 3 3 buildPythonPackage rec { 4 4 pname = "wsproto"; 5 - version = "0.15.0"; 5 + version = "0.14.1"; 6 6 7 7 src = fetchPypi { 8 8 inherit pname version; 9 - sha256 = "614798c30e5dc2b3f65acc03d2d50842b97621487350ce79a80a711229edfa9d"; 9 + sha256 = "051s127qb5dladxa14n9nqajwq7xki1dz1was5r5v9df5a0jq8pd"; 10 10 }; 11 11 12 12 propagatedBuildInputs = [ h11 enum34 ];