Skip to content

Commit

Permalink
python312Packages.awscrt: 0.21.5 -> 0.22.0 (NixOS#346744)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 7, 2024
2 parents 6e76dfd + cf15cf1 commit 624d2fb
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.21.5";
version = "0.22.0";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-fsKmevMPvzhklN8Au9+Zb3AkAA32sBqxYAFK/vK5EAU=";
hash = "sha256-TKKwtJMo8D9aPd4tVlEy34rXTLonNSYS7Nn+JQXh13A=";
};

buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [
Expand Down

0 comments on commit 624d2fb

Please sign in to comment.