Merge pull request #63003 from tadeokondrak/wsproto/update/0.14.1

pythonPackages.wsproto: 0.14.0 -> 0.14.1
This commit is contained in:
Franz Pletz 2019-06-12 04:49:47 +00:00 committed by GitHub
commit e4612862d2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 ];