python312Packages.mypy-boto3-*: update script

This commit is contained in:
Fabian Affolter
2026-02-26 08:58:22 +01:00
parent c69dbfa7e7
commit 2de77bcaeb
@@ -5,7 +5,7 @@ set -eu -o pipefail
source_file=pkgs/development/python-modules/mypy-boto3/default.nix
#nix-update python312Packages.botocore-stubs --commit --build
#nix-update python3Packages.botocore-stubs --commit --build
packages=(
mypy-boto3-accessanalyzer
@@ -385,7 +385,7 @@ for package in "${packages[@]}"; do
nixfmt ${source_file}
git commit ${source_file} -m "python312Packages.${package}: ${old_version} -> ${version}"
git commit ${source_file} -m "python3Packages.${package}: ${old_version} -> ${version}"
fi
done