pythonPackages.wsproto: 0.14.0 -> 0.14.1

This commit is contained in:
Tadeo Kondrak 2019-06-11 17:12:17 -06:00
parent 100f0b032d
commit a97fd65b9b
No known key found for this signature in database
GPG Key ID: C4654C621CD5277C

View File

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