Merge pull request #119111 from fabaff/bump-httplib2

python3Packages.httplib2: 0.19.0 -> 0.19.1
This commit is contained in:
Sandro 2021-04-12 02:44:44 +02:00 committed by GitHub
commit ee6b9d3162
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -14,13 +14,13 @@
buildPythonPackage rec {
pname = "httplib2";
version = "0.19.0";
version = "0.19.1";
src = fetchFromGitHub {
owner = pname;
repo = pname;
rev = "v${version}";
sha256 = "04y2bc2yv3q84llxnafqrciqxjqpxbrd8glbnvvr16c20fwc3r4q";
sha256 = "sha256-e0Mq9AVJEWQ9GEtYFXk2fMIs7GtAUsyJN6XheqAnD3I=";
};
postPatch = ''