Commit d8f7c592 authored by R. RyanTM's avatar R. RyanTM
Browse files

python311Packages.stripe: 9.8.0 -> 9.9.0

parent d8984355
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 ];