Unverified Commit 4f210639 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

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

python311Packages.stripe: 7.10.0 -> 7.11.0
parents 514eda36 3a41f721
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,14 +9,14 @@

buildPythonPackage rec {
  pname = "stripe";
  version = "7.10.0";
  version = "7.11.0";
  pyproject = true;

  disabled = pythonOlder "3.8";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-54m4m+EGjchuA29Tu0RzTfaFjc/1/2A+8oUNLhoXyiQ=";
    hash = "sha256-vf8IJ/jZNopMXoOIdv+dwdXhYVsFrJirRQyB6589MDU=";
  };

  nativeBuildInputs = [