about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2020-12-29 09:53:58 -0500
committerTim Steinbach <tim@nequissimus.com>2020-12-29 10:11:54 -0500
commit3adb004c1ef5bf6697f61aa199fc8c7beb4f9344 (patch)
tree018ae94679d5b0f59903d64c0b9f6b49815d0222 /pkgs
parent6739d17f3497850a3a16e58398ba2b672eb0f8b9 (diff)
python3Packages.botocore: 1.19.43 -> 1.19.44
Diffstat (limited to 'pkgs')
-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 e687718aa4c21..69666938301bf 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.19.43"; # N.B: if you change this, change boto3 and awscli to a matching version
+  version = "1.19.44"; # N.B: if you change this, change boto3 and awscli to a matching version
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "sha256-c5jJANvU49YWRyaSFTluo+gIL0lPPntl2basoEnB1GM=";
+    sha256 = "sha256-dyXgjJWulsTb2VXLSuRKDAbT5B92p/6wqUHCekTGMRM=";
   };
 
   propagatedBuildInputs = [