mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
pythonPackages.twitter: 0.14.3 -> 0.15.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
27d95c25e8
commit
a1dba856f1
@ -9021,11 +9021,11 @@ let
|
|||||||
|
|
||||||
twitter = buildPythonPackage rec {
|
twitter = buildPythonPackage rec {
|
||||||
name = "twitter-${version}";
|
name = "twitter-${version}";
|
||||||
version = "1.14.3";
|
version = "1.15.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "https://pypi.python.org/packages/source/t/twitter/${name}.tar.gz";
|
url = "https://pypi.python.org/packages/source/t/twitter/${name}.tar.gz";
|
||||||
sha256 = "1nhhjajbq0jik43q2makpnz094qcziq9p8rj35jxamybd0hwwzs9";
|
sha256 = "1m6b17irb9klc345k8174pni724jzy2973z2x2jg69h83hipjw2c";
|
||||||
};
|
};
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user