Skip to content

Commit

Permalink
python310Packages.awscrt: 0.19.0 -> 0.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm authored and pull[bot] committed Oct 22, 2023
1 parent 43c815d commit 2018031
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.19.0";
version = "0.19.1";
format = "setuptools";

disabled = pythonOlder "3.7";

src = fetchPypi {
inherit pname version;
hash = "sha256-Q5DA+lraOebUYgjFDj11XUPZY1X8qD/1dwgeMoL2SZ0=";
hash = "sha256-kXf/TKw0YkWuSWNc1rQqbb3q4XWCRRkBAiDUisX/8UI=";
};

buildInputs = lib.optionals stdenv.isDarwin [
Expand Down

0 comments on commit 2018031

Please sign in to comment.