Skip to content

Commit

Permalink
python312Packages.aiobotocore: 2.13.0 -> 2.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mweinelt committed Aug 9, 2024
1 parent 4f1600f commit 47ceed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/aiobotocore/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

buildPythonPackage rec {
pname = "aiobotocore";
version = "2.13.0";
version = "2.13.1";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -30,7 +30,7 @@ buildPythonPackage rec {
owner = "aio-libs";
repo = "aiobotocore";
rev = "refs/tags/${version}";
hash = "sha256-8fsZCmzjM6JlX3HoRGt7zsezYIXnv411kkHG8rJqMuY=";
hash = "sha256-tSxCRms/YstYXWCJWirzhf87ZH4WUav/n7QfMvBwj2s=";
};

# Relax version constraints: aiobotocore works with newer botocore versions
Expand Down

0 comments on commit 47ceed4

Please sign in to comment.