Skip to content
This repository was archived by the owner on Jan 19, 2026. It is now read-only.

Commit 39020fd

Browse files
author
travis
committed
Travis update for httpie [ci skip]
1 parent b620070 commit 39020fd

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

httpie/requirements.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -165,10 +165,10 @@ let
165165
};
166166

167167
"boto3" = python.mkDerivation {
168-
name = "boto3-1.9.68";
168+
name = "boto3-1.9.69";
169169
src = pkgs.fetchurl {
170-
url = "https://files.pythonhosted.org/packages/30/eb/5cbd83704d02de76bcba6b48ff9af02287c71c2ef4eec91ea5dcabf7dee3/boto3-1.9.68.tar.gz";
171-
sha256 = "88233f9bdc1e6ee58c9489cef6c573bf7e660acfcc1597bc3ff765a065e1a0f0";
170+
url = "https://files.pythonhosted.org/packages/4b/b7/fa7f2a184cefd81de1b38b97c61c6ad1143324bd19fa2e964b5363432172/boto3-1.9.69.tar.gz";
171+
sha256 = "dc7e329cbff455725b43fe7abd0eaef85d1cb7daabcd15a07500587d307b82e0";
172172
};
173173
doCheck = commonDoCheck;
174174
checkPhase = "";
@@ -187,10 +187,10 @@ let
187187
};
188188

189189
"botocore" = python.mkDerivation {
190-
name = "botocore-1.12.68";
190+
name = "botocore-1.12.69";
191191
src = pkgs.fetchurl {
192-
url = "https://files.pythonhosted.org/packages/09/ab/dfc7c53d727e651561016d3b4fcdc95049c0d52f9e1a27f71c6c146a90d8/botocore-1.12.68.tar.gz";
193-
sha256 = "7fd7954f19a49c9794bed696c801f3dfd7bdde306d17c9bb9fb0c069e6b42e5a";
192+
url = "https://files.pythonhosted.org/packages/09/6a/b5bd2c3b11e926013a43eb3036c6960155d0a9017e3c1bc9646a386c5464/botocore-1.12.69.tar.gz";
193+
sha256 = "6fa72f5f37a16f0240362d05e15c5181f130b4e0408126863a4d099d0edd0b59";
194194
};
195195
doCheck = commonDoCheck;
196196
checkPhase = "";

httpie/requirements_frozen.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
asn1crypto==0.24.0
22
aws-requests-auth==0.4.2
3-
boto3==1.9.68
4-
botocore==1.12.68
3+
boto3==1.9.69
4+
botocore==1.12.69
55
certifi==2018.11.29
66
cffi==1.11.5
77
chardet==3.0.4

0 commit comments

Comments
 (0)