mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-05 11:44:02 +00:00
Merge pull request #222856 from fabaff/twitterapi-bump
python310Packages.twitterapi: 2.8.1 -> 2.8.2
This commit is contained in:
commit
96f4084d41
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "twitterapi";
|
pname = "twitterapi";
|
||||||
version = "2.8.1";
|
version = "2.8.2";
|
||||||
format = "setuptools";
|
format = "setuptools";
|
||||||
|
|
||||||
disabled = pythonOlder "3.7";
|
disabled = pythonOlder "3.7";
|
||||||
@ -16,8 +16,8 @@ buildPythonPackage rec {
|
|||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "geduldig";
|
owner = "geduldig";
|
||||||
repo = "TwitterAPI";
|
repo = "TwitterAPI";
|
||||||
rev = "v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-aBL7k10kZNQG/wNIxO37TbDSlbhrVjTfv2aXcrS2Ibo=";
|
hash = "sha256-4Z8XfgRhQXawCvaXM+kyMO3fejvXIF2LgVdmfXDDqIA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
@ -35,6 +35,7 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python wrapper for Twitter's REST and Streaming APIs";
|
description = "Python wrapper for Twitter's REST and Streaming APIs";
|
||||||
homepage = "https://github.com/geduldig/TwitterAPI";
|
homepage = "https://github.com/geduldig/TwitterAPI";
|
||||||
|
changelog = "https://github.com/geduldig/TwitterAPI/blob/v${version}/CHANGE.log";
|
||||||
license = with licenses; [ mit ];
|
license = with licenses; [ mit ];
|
||||||
maintainers = with maintainers; [ fab ];
|
maintainers = with maintainers; [ fab ];
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user