python: httplib2: 0.11.3 -> 0.12.0
This commit is contained in:
parent
94aa119e4a
commit
862799a545
@ -2,13 +2,16 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "httplib2";
|
||||
version = "0.11.3";
|
||||
version = "0.12.0";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1pyb0hmc0j0kcy27yiw38gq9pk7f1fkny5k1vd13cdz6l3csw7g7";
|
||||
sha256 = "f61fb838a94ce3b349aa32c92fd8430f7e3511afdb18bf9640d647e30c90a6d6";
|
||||
};
|
||||
|
||||
# Needs setting up
|
||||
doCheck = false;
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://code.google.com/p/httplib2;
|
||||
description = "A comprehensive HTTP client library";
|
||||
|
Loading…
x
Reference in New Issue
Block a user