Unverified Commit 921ec464 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #316711 from r-ryantm/auto-update/python311Packages.stripe

python311Packages.stripe: 9.8.0 -> 9.9.0
parents e7a5a6e4 d8f7c592
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10,14 +10,14 @@

buildPythonPackage rec {
  pname = "stripe";
  version = "9.8.0";
  version = "9.9.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-YxYfynRstqgeIVi/YZUMy4118bcjHH9KyeBYF6q1hrQ=";
    hash = "sha256-xC2Pa0RjpU86AlWBgQ9OYy4tWnHeYQD8WV11WB9ppJI=";
  };

  build-system = [ setuptools ];