Skip to content

Commit

Permalink
Merge pull request NixOS#249619 from fabaff/discordpy-bump
Browse files Browse the repository at this point in the history
python311Packages.discordpy: 2.3.1 -> 2.3.2
  • Loading branch information
fabaff authored Aug 16, 2023
2 parents 8d58550 + d6efaa9 commit 1fc2819
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/discordpy/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

buildPythonPackage rec {
pname = "discord.py";
version = "2.3.1";
version = "2.3.2";
format = "setuptools";

disabled = pythonOlder "3.8";
Expand All @@ -21,7 +21,7 @@ buildPythonPackage rec {
owner = "Rapptz";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-vbbTnmzYI6cbF7GWjPVGqy7KKDGpWQ+4q96/kGFjQ8Y=";
hash = "sha256-bZoYdDpk34x+Vw1pAZ3EcTFp2JJ/Ow0Jfof/XjqeRmY=";
};

propagatedBuildInputs = [
Expand Down

0 comments on commit 1fc2819

Please sign in to comment.