tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.awscrt: 0.22.0 -> 0.23.0
R. Ryantm
1 year ago
655d7913
8a95f3f4
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
awscrt
default.nix
+2
-2
pkgs/development/python-modules/awscrt/default.nix
···
12
12
13
13
buildPythonPackage rec {
14
14
pname = "awscrt";
15
15
-
version = "0.22.0";
15
15
+
version = "0.23.0";
16
16
format = "setuptools";
17
17
18
18
disabled = pythonOlder "3.7";
19
19
20
20
src = fetchPypi {
21
21
inherit pname version;
22
22
-
hash = "sha256-TKKwtJMo8D9aPd4tVlEy34rXTLonNSYS7Nn+JQXh13A=";
22
22
+
hash = "sha256-/fV2FX2CMt3jjpnJ4XjhfWVa1yWmWna7eYO/6npPxig=";
23
23
};
24
24
25
25
buildInputs = lib.optionals stdenv.hostPlatform.isDarwin [