mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Merge pull request #301940 from fabaff/types-aiobotocore-bump
python311Packages.types-aiobotocore: 2.12.1 -> 2.12.2, python312Packages.types-aiobotocore-*: 2.12.1 -> 2.12.2
This commit is contained in:
commit
0ed2fa29c6
File diff suppressed because it is too large
Load Diff
@ -2,7 +2,6 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, setuptools
|
||||
, wheel
|
||||
, botocore-stubs
|
||||
, typing-extensions
|
||||
, types-aiobotocore-accessanalyzer
|
||||
@ -364,20 +363,19 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-aiobotocore";
|
||||
version = "2.12.1";
|
||||
version = "2.12.2";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-pdPYBcAaqGnDwvgttfEUZv3GfUxebpqwTtVwk9p120c=";
|
||||
hash = "sha256-cpw68B9rX30QE+pbfSRV00wg05XZuKmSYNdJ53uo7+M=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
wheel
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
botocore-stubs
|
||||
typing-extensions
|
||||
];
|
||||
|
4
pkgs/development/python-modules/types-aiobotocore/update.sh
Normal file → Executable file
4
pkgs/development/python-modules/types-aiobotocore/update.sh
Normal file → Executable file
@ -1,11 +1,11 @@
|
||||
#!/usr/bin/env nix-shell
|
||||
#!nix-shell -i bash -p nix-update
|
||||
#!nix-shell -i bash -p nix-update nixpkgs-fmt
|
||||
|
||||
set -eu -o pipefail
|
||||
|
||||
source_file=pkgs/development/python-modules/types-aiobotocore-packages/default.nix
|
||||
|
||||
version="2.12.1"
|
||||
version="2.12.2"
|
||||
|
||||
nix-update python311Packages.types-aiobotocore --commit --build
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user