summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2017-06-12 09:50:04 +0200
committerJean-Philippe Bernardy <jeanphilippe.bernardy@gmail.com>2017-06-12 09:57:23 +0200
commita12ae6171b372ffe66c65585c7d7864c4aaed612 (patch)
tree997a2a84920635e9419a5f52c342f65ef1cc4225 /pkgs/top-level
parent5fbab5dfb3e4ef5ca35603bbe347e3fc6bda6111 (diff)
downloadnixlib-a12ae6171b372ffe66c65585c7d7864c4aaed612.tar
nixlib-a12ae6171b372ffe66c65585c7d7864c4aaed612.tar.gz
nixlib-a12ae6171b372ffe66c65585c7d7864c4aaed612.tar.bz2
nixlib-a12ae6171b372ffe66c65585c7d7864c4aaed612.tar.lz
nixlib-a12ae6171b372ffe66c65585c7d7864c4aaed612.tar.xz
nixlib-a12ae6171b372ffe66c65585c7d7864c4aaed612.tar.zst
nixlib-a12ae6171b372ffe66c65585c7d7864c4aaed612.zip
pythonPackages.boto: 2.45 -> 2.47
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/python-packages.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 87c469c937fc..b33596dbf9ac 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -2969,11 +2969,11 @@ in {
 
   boto = buildPythonPackage rec {
     name = "boto-${version}";
-    version = "2.45.0";
+    version = "2.47.0";
 
     src = pkgs.fetchurl {
       url = "https://github.com/boto/boto/archive/${version}.tar.gz";
-      sha256 = "18z5nacnbdpw3pmzc56didhy4sfik8riap204px24350g9xlgz7i";
+      sha256 = "051gq8z9m2cir03jhc00qs36bnpla7zkqm9xqiqcqvdknmi2ndbq";
     };
 
     checkPhase = ''