summary refs log tree commit diff
path: root/pkgs/development/python-modules/botocore
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-02-27 09:26:12 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-02-27 09:26:12 +0100
commit6617c0cc306d02903b28ceb30ba74509e4d1d5fc (patch)
tree951b39a3cd338a4b9d714c980810d3827db67ea4 /pkgs/development/python-modules/botocore
parent73072e688b7e7daeed46414ab5a67e5d961020b7 (diff)
downloadnixpkgs-6617c0cc306d02903b28ceb30ba74509e4d1d5fc.tar
nixpkgs-6617c0cc306d02903b28ceb30ba74509e4d1d5fc.tar.gz
nixpkgs-6617c0cc306d02903b28ceb30ba74509e4d1d5fc.tar.bz2
nixpkgs-6617c0cc306d02903b28ceb30ba74509e4d1d5fc.tar.lz
nixpkgs-6617c0cc306d02903b28ceb30ba74509e4d1d5fc.tar.xz
nixpkgs-6617c0cc306d02903b28ceb30ba74509e4d1d5fc.tar.zst
nixpkgs-6617c0cc306d02903b28ceb30ba74509e4d1d5fc.zip
python: botocore: 1.8.50 -> 1.9.0
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 67f09cf9275..e03aade3d95 100644
--- a/pkgs/development/python-modules/botocore/default.nix
+++ b/pkgs/development/python-modules/botocore/default.nix
@@ -12,11 +12,11 @@
 buildPythonPackage rec {
   name = "${pname}-${version}";
   pname = "botocore";
-  version = "1.8.50";
+  version = "1.9.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "a80a23e080f4a93d11a1c067a69304dd407d18c358cba1e0df8c96f56c9e98b4";
+    sha256 = "f70f7f5682a2e7593079ec813f774044ef464b0ebe680dab47930f40e230d6d5";
   };
 
   propagatedBuildInputs = [