Merge pull request #62526 from r-ryantm/auto-update/python3.7-h11

python37Packages.h11: 0.8.1 -> 0.9.0
This commit is contained in:
Mario Rodas 2019-06-04 04:43:57 -05:00 committed by GitHub
commit 436e2b6d7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
buildPythonPackage rec {
pname = "h11";
version = "0.8.1";
version = "0.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "acca6a44cb52a32ab442b1779adf0875c443c689e9e028f8d831a3769f9c5208";
sha256 = "1qfad70h59hya21vrzz8dqyyaiqhac0anl2dx3s3k80gpskvrm1k";
};
checkInputs = [ pytest ];