Skip to content

Commit

Permalink
python312Packages.types-awscrt: 0.23.4 -> 0.23.6
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 23, 2024
1 parent f674839 commit 7acb98d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/types-awscrt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@

buildPythonPackage rec {
pname = "types-awscrt";
version = "0.23.4";
version = "0.23.6";
pyproject = true;

disabled = pythonOlder "3.8";

src = fetchPypi {
pname = "types_awscrt";
inherit version;
hash = "sha256-sbm7EPM34/6PX1CIYOs1TZ/gk/AuFIWVWp4L3U4lAHQ=";
hash = "sha256-QFvOjCgfnnxskqIpIlzAvxDTBymmpgESMhM4m9UkuLE=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 7acb98d

Please sign in to comment.