Skip to content

Commit

Permalink
Merge pull request #293055 from r-ryantm/auto-update/python311Package…
Browse files Browse the repository at this point in the history
…s.awscrt

python311Packages.awscrt: 0.20.4 -> 0.20.5
  • Loading branch information
leona-ya authored Mar 3, 2024
2 parents 961ddd9 + 936900d commit 0238b66
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/awscrt/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@

buildPythonPackage rec {
pname = "awscrt";
version = "0.20.4";
version = "0.20.5";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-SwbMIenB8aoZKzxq8xjQ3hmX9PzaccG4+y+fttq8NL8=";
hash = "sha256-v5zpSzU4M3G6tcvPnR4tLxjEhByDKz73qAor9yEjKdI=";
};

buildInputs = lib.optionals stdenv.isDarwin [
Expand Down

0 comments on commit 0238b66

Please sign in to comment.