Unverified Commit 410c054a authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #152195 from r-ryantm/auto-update/python3.8-stripe

python38Packages.stripe: 2.63.0 -> 2.64.0
parents 6f41cce0 5b4c7709
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -2,11 +2,11 @@

buildPythonPackage rec {
  pname = "stripe";
  version = "2.63.0";
  version = "2.64.0";

  src = fetchPypi {
    inherit pname version;
    sha256 = "816c935e31d82737a9e4362c662e8702bdf9000ea1bd36882cd4cbd23eb81ae1";
    sha256 = "2f4b2175046104e4fcd8a2689a68bb9828a857814126d2ed13772cf2554fb93e";
  };

  propagatedBuildInputs = [ requests ];