Skip to content

Commit

Permalink
python312Packages.botocore-stubs: 1.34.26 -> 1.34.27
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Jan 25, 2024
1 parent 8cc4200 commit cdec3bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/botocore-stubs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@

buildPythonPackage rec {
pname = "botocore-stubs";
version = "1.34.26";
version = "1.34.27";
format = "pyproject";

disabled = pythonOlder "3.7";

src = fetchPypi {
pname = "botocore_stubs";
inherit version;
hash = "sha256-65EItCrdCs4ocQQr+0HToSRqHkR8tHp3EEIniopoSb8=";
hash = "sha256-6r4CRGoS6r0dCY4WN0MnW2HCxurrvtmb5bVNt+9sc2c=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit cdec3bb

Please sign in to comment.