Unverified Commit b0802710 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #294006 from fabaff/types-aiobotocore-bump

python311Packages.types-aiobotocore: 2.12.0 -> 2.12.1, python311.types-aiobotocore-*: 2.11.2 -> 2.12.1
parents c903c127 17b72d75
Loading
Loading
Loading
Loading
+347 −347

File changed.

Preview size limit exceeded, changes collapsed.

+2 −2
Original line number Diff line number Diff line
@@ -364,12 +364,12 @@

buildPythonPackage rec {
  pname = "types-aiobotocore";
  version = "2.12.0";
  version = "2.12.1";
  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-ma/pyfhqWpWFZ+V4O+mNr4SfoOC4/vn9+Hy+rYGAaG8=";
    hash = "sha256-pdPYBcAaqGnDwvgttfEUZv3GfUxebpqwTtVwk9p120c=";
  };

  nativeBuildInputs = [
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@ set -eu -o pipefail

source_file=pkgs/development/python-modules/types-aiobotocore-packages/default.nix

version="2.11.2"
version="2.12.1"

nix-update python311Packages.types-aiobotocore --commit --build