python37Packages.h2: 3.1.0 -> 3.1.1

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-h2/versions
This commit is contained in:
R. RyanTM 2019-08-05 12:13:25 -07:00
parent 53328909da
commit bd6a458819

View File

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