about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2024-03-23 17:59:01 +0100
committerFabian Affolter <mail@fabian-affolter.ch>2024-03-23 17:59:01 +0100
commit21516b5e6f9ba65f4ace3375a40de4e9a63f150c (patch)
tree5858e351962ad60dde86460ce8ddf6f4e4c61d01
parent680e728ca9cbcc1029ad37cb03a05472b4abdd01 (diff)
downloadnixlib-21516b5e6f9ba65f4ace3375a40de4e9a63f150c.tar
nixlib-21516b5e6f9ba65f4ace3375a40de4e9a63f150c.tar.gz
nixlib-21516b5e6f9ba65f4ace3375a40de4e9a63f150c.tar.bz2
nixlib-21516b5e6f9ba65f4ace3375a40de4e9a63f150c.tar.lz
nixlib-21516b5e6f9ba65f4ace3375a40de4e9a63f150c.tar.xz
nixlib-21516b5e6f9ba65f4ace3375a40de4e9a63f150c.tar.zst
nixlib-21516b5e6f9ba65f4ace3375a40de4e9a63f150c.zip
python312Packages.boto3-stubs: 1.34.68 -> 1.34.69
-rw-r--r--pkgs/development/python-modules/boto3-stubs/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/boto3-stubs/default.nix b/pkgs/development/python-modules/boto3-stubs/default.nix
index a2dc8b676d52..a3d2f9a99e62 100644
--- a/pkgs/development/python-modules/boto3-stubs/default.nix
+++ b/pkgs/development/python-modules/boto3-stubs/default.nix
@@ -365,14 +365,14 @@
 
 buildPythonPackage rec {
   pname = "boto3-stubs";
-  version = "1.34.68";
+  version = "1.34.69";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
 
   src = fetchPypi {
     inherit pname version;
-    hash = "sha256-acmbKrPt9CTYiOLM1mqmrifqGc3ub36mDx057pwrdCY=";
+    hash = "sha256-k/tPhkDNAacOnTyUOVxn+2GX9eZiPS858YNXtbmtvfw=";
   };
 
   nativeBuildInputs = [