mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 20:33:21 +00:00
Merge pull request #88755 from r-ryantm/auto-update/python2.7-stripe
python27Packages.stripe: 2.47.0 -> 2.48.0
This commit is contained in:
commit
c034e19e76
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "stripe";
|
pname = "stripe";
|
||||||
version = "2.47.0";
|
version = "2.48.0";
|
||||||
|
|
||||||
# Tests require network connectivity and there's no easy way to disable
|
# Tests require network connectivity and there's no easy way to disable
|
||||||
# them. ~ C.
|
# them. ~ C.
|
||||||
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "14skddrf2nl25bvcyys0bgibjqkcivvfdywzldqjzyqvbwr4mkal";
|
sha256 = "1w9ns4jjj0p50im9vbjn084zph1g2sfa6l01ydl98qsyj76f4psi";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ requests ];
|
propagatedBuildInputs = [ requests ];
|
||||||
|
Loading…
Reference in New Issue
Block a user