Revert "python: wsproto: 0.14.1 -> 0.15.0"

This reverts commit 3dc390f710.
This commit is contained in:
Jonathan Ringer 2020-08-15 15:38:50 -07:00
parent a3f0b7bfef
commit 6e18a2f743
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "wsproto";
version = "0.15.0";
version = "0.14.1";
src = fetchPypi {
inherit pname version;
sha256 = "614798c30e5dc2b3f65acc03d2d50842b97621487350ce79a80a711229edfa9d";
sha256 = "051s127qb5dladxa14n9nqajwq7xki1dz1was5r5v9df5a0jq8pd";
};
propagatedBuildInputs = [ h11 enum34 ];