1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-03-17 01:23:48 +00:00

python3Packages.twitterapi: 2.6.8 -> 2.6.10

This commit is contained in:
Fabian Affolter 2021-04-09 08:57:05 +02:00
parent 4462a1f678
commit 48491c72ce

View file

@ -7,13 +7,13 @@
buildPythonPackage rec {
pname = "twitterapi";
version = "2.6.8";
version = "2.6.10";
src = fetchFromGitHub {
owner = "geduldig";
repo = "TwitterAPI";
rev = "v${version}";
sha256 = "sha256-X/j+3bWLQ9b4q0k/JTE984o1VZS0KTQnC0AdZpNsksY=";
sha256 = "sha256-ylxjeIK9cjT4r71j+sULYs6yyYWfKDkpm0bESMo7s3o=";
};
propagatedBuildInputs = [