Merge pull request #87343 from r-ryantm/auto-update/python2.7-h2

python27Packages.h2: 3.1.1 -> 3.2.0
This commit is contained in:
Jon 2020-05-12 11:26:09 -07:00 committed by GitHub
commit 07e46cb84c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "h2";
version = "3.1.1";
version = "3.2.0";
src = fetchPypi {
inherit pname version;
sha256 = "1d1svhixk3hr78ph3nx8wi7sagx1xrvm712mmk028i2rhb92p8xq";
sha256 = "051gg30aca26rdxsmr9svwqm06pdz9bv21ch4n0lgi7jsvml2pw7";
};
propagatedBuildInputs = [ enum34 hpack hyperframe ];