Skip to content

Commit

Permalink
python312Packages.tweepy: 4.14.0 -> 4.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 16, 2025
1 parent 62e9d4a commit 3d65d02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/tweepy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

buildPythonPackage rec {
pname = "tweepy";
version = "4.14.0";
version = "4.15.0";
format = "setuptools";

disabled = pythonOlder "3.7";
Expand All @@ -24,7 +24,7 @@ buildPythonPackage rec {
owner = pname;
repo = pname;
tag = "v${version}";
hash = "sha256-ugqa85l0eWVtMUl5d+BjEWvTyH8c5NVtsnPflkHTWh8=";
hash = "sha256-vbiMwaJh4cN7OY7eYu2s8azs3A0KXvW/kRPVCx50ZVA=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 3d65d02

Please sign in to comment.