Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

Merge pull request #146699 from fabaff/bump-tweepy

python3Packages.tweepy: 4.3.0 -> 4.4.0

authored by

Fabian Affolter and committed by
GitHub
a085c537 910fc745

+2 -2
+2 -2
pkgs/development/python-modules/tweepy/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "tweepy"; 15 - version = "4.3.0"; 15 + version = "4.4.0"; 16 16 format = "setuptools"; 17 17 18 18 disabled = pythonOlder "3.6"; ··· 21 21 owner = pname; 22 22 repo = pname; 23 23 rev = "v${version}"; 24 - sha256 = "sha256-lS/98DRpJH1UGGNzwqVVUJOeul+BX+I3e+ysmC0oL3I="; 24 + sha256 = "sha256-GUo8uvShyIOWWcO5T1JvV7DMC1W70YILx/hvHIGQg0o="; 25 25 }; 26 26 27 27 propagatedBuildInputs = [