summary refs log tree commit diff
path: root/pkgs/development/python-modules/botocore
diff options
context:
space:
mode:
authorDan Peebles <pumpkin@me.com>2018-12-10 16:19:05 -0500
committerDan Peebles <pumpkin@me.com>2018-12-10 16:19:05 -0500
commit828547556e39191eb1d8b3cb60e0cd03fd56329e (patch)
tree9c7ad89de16568e6ab8372306107db2e6c2c609d /pkgs/development/python-modules/botocore
parent7d216be655d7beb448ecbe9b53123d1c7b696d40 (diff)
downloadnixpkgs-828547556e39191eb1d8b3cb60e0cd03fd56329e.tar
nixpkgs-828547556e39191eb1d8b3cb60e0cd03fd56329e.tar.gz
nixpkgs-828547556e39191eb1d8b3cb60e0cd03fd56329e.tar.bz2
nixpkgs-828547556e39191eb1d8b3cb60e0cd03fd56329e.tar.lz
nixpkgs-828547556e39191eb1d8b3cb60e0cd03fd56329e.tar.xz
nixpkgs-828547556e39191eb1d8b3cb60e0cd03fd56329e.tar.zst
nixpkgs-828547556e39191eb1d8b3cb60e0cd03fd56329e.zip
botocore: 1.12.48 -> 1.12.62
boto3: 1.9.36 -> 1.9.62
awscli: 1.16.72

I update all three of these at a time because they rely on each other
and get annoyed when such changes are non-atomic. Also added a note to
the packages telling people that this is needed. I tested awscli and the
libraries against a real account.
Diffstat (limited to 'pkgs/development/python-modules/botocore')
-rw-r--r--pkgs/development/python-modules/botocore/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/botocore/default.nix b/pkgs/development/python-modules/botocore/default.nix
index e67256b0853..699357437b9 100644
--- a/pkgs/development/python-modules/botocore/default.nix
+++ b/pkgs/development/python-modules/botocore/default.nix
@@ -12,11 +12,11 @@
 
 buildPythonPackage rec {
   pname = "botocore";
-  version = "1.12.48";
+  version = "1.12.62"; # N.B: if you change this, change boto3 and awscli to a matching version
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "7140e51ab0a7aa3b7fa9cf5fefa663e0cd097098fcbd51b12ff8884c8d967754";
+    sha256 = "0zgq3cldrh1x65s3vy1mhp1h5nnsdxw7ig1v0di7p8yns3iazsv7";
   };
 
   propagatedBuildInputs = [