diff options
| author | Fabian Affolter <mail@fabian-affolter.ch> | 2026-02-05 22:48:26 +0100 |
|---|---|---|
| committer | Fabian Affolter <mail@fabian-affolter.ch> | 2026-02-05 22:48:26 +0100 |
| commit | 4f7b1f6a3230248f236180012cff0db4a8f59509 (patch) | |
| tree | 0a565985f8c0a1912d80ccd52d664975caffd6b8 | |
| parent | python312Packages.mypy-boto3-workspaces: 1.42.24 -> 1.42.43 (diff) | |
| download | nixpkgs-4f7b1f6a3230248f236180012cff0db4a8f59509.tar.gz | |
python314Packages.boto3-stubs: 1.42.42 -> 1.42.43
| -rw-r--r-- | pkgs/development/python-modules/boto3-stubs/default.nix | 4 |
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 dd764a0d7656..ec50e1f07ddd 100644 --- a/pkgs/development/python-modules/boto3-stubs/default.nix +++ b/pkgs/development/python-modules/boto3-stubs/default.nix @@ -358,13 +358,13 @@ buildPythonPackage (finalAttrs: { pname = "boto3-stubs"; - version = "1.42.42"; + version = "1.42.43"; pyproject = true; src = fetchPypi { pname = "boto3_stubs"; inherit (finalAttrs) version; - hash = "sha256-TQXMsLbQPCxekCcsHFjk6HVlGwiODuG+YYu0HggrhTA="; + hash = "sha256-+TaFk0tiRRQiKXGvSNSZfvqLeXus+WrRIZsyf2RZoic="; }; build-system = [ setuptools ]; |
