1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 04:31:52 +00:00

Merge pull request #178108 from r-ryantm/auto-update/python3.10-stripe

python310Packages.stripe: 3.3.0 -> 3.4.0
This commit is contained in:
Fabian Affolter 2022-06-18 10:07:25 +02:00 committed by GitHub
commit 040381acc4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,14 +7,14 @@
buildPythonPackage rec {
pname = "stripe";
version = "3.3.0";
version = "3.4.0";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-2sYMEC+2eorJqhZWmwr9DWO5bGK+BkCIUZ4cZhs/Ofo=";
hash = "sha256-XcN979nWXgUwItq8tlnnNisFinr3QEfuWFGKKQenYfI=";
};
propagatedBuildInputs = [