Skip to content

Commit

Permalink
python312Packages.stripe: 11.3.0 -> 11.4.1 (NixOS#366469)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Dec 30, 2024
2 parents 33bfaa2 + b8f5e6a commit 9bb668a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/stripe/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@

buildPythonPackage rec {
pname = "stripe";
version = "11.3.0";
version = "11.4.1";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
inherit pname version;
hash = "sha256-mOYl2d26vOzwJmaGcWlpbhE9nquieXn7MQp6jf1ECXw=";
hash = "sha256-fd0lG2ItSQ/lfXhIeFXcn02VsbsRNgfoH9N3A3oTPVo=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 9bb668a

Please sign in to comment.