python3Packages.httplib2: 0.19.0 -> 0.19.1

This commit is contained in:
Fabian Affolter 2021-04-11 10:20:34 +02:00 committed by github-actions[bot]
parent 496c7d3e9d
commit c852810d43

View File

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