mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
pythonPackages.httplib2: 0.9.1 -> 0.9.2
This commit is contained in:
parent
04e3fe2280
commit
b0124eb099
@ -10295,11 +10295,11 @@ in modules // {
|
||||
};
|
||||
|
||||
httplib2 = buildPythonPackage rec {
|
||||
name = "httplib2-0.9.1";
|
||||
name = "httplib2-0.9.2";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/h/httplib2/${name}.tar.gz";
|
||||
sha256 = "1xc3clbrf77r0600kja71j7hk1218sjiq0gfmb8vjdajka8kjqxw";
|
||||
sha256 = "126rsryvw9vhbf3qmsfw9lf4l4xm2srmgs439lgma4cpag4s3ay3";
|
||||
};
|
||||
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user