python: google-api-python-client: 1.7.3 -> 1.7.4
This commit is contained in:
parent
95fdec0a67
commit
018f503ffe
|
@ -3,11 +3,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "google-api-python-client";
|
||||
version = "1.7.3";
|
||||
version = "1.7.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "e32d30563b90c4f88ff042d4d891b5e8ed1f6cdca0adab95e9c2ce2603087436";
|
||||
sha256 = "5d5cb02c6f3112c68eed51b74891a49c0e35263380672d662f8bfe85b8114d7c";
|
||||
};
|
||||
|
||||
# No tests included in archive
|
||||
|
|
Loading…
Reference in New Issue