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
python311Packages.botocore-stubs: 1.31.63 -> 1.31.64
R. Ryantm
2 years ago
00a0590e
02f19093
+2
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
python-modules
botocore-stubs
default.nix
+2
-2
pkgs/development/python-modules/botocore-stubs/default.nix
···
9
9
10
10
buildPythonPackage rec {
11
11
pname = "botocore-stubs";
12
12
-
version = "1.31.63";
12
12
+
version = "1.31.64";
13
13
format = "pyproject";
14
14
15
15
disabled = pythonOlder "3.7";
···
17
17
src = fetchPypi {
18
18
pname = "botocore_stubs";
19
19
inherit version;
20
20
-
hash = "sha256-hzcVpcIdD0WTYoOTx45Hz5TlOkPkCGOp718WX83PkA8=";
20
20
+
hash = "sha256-K1sbzvl1nNMgIyJ1PLrNk2s2rtAwFuUjh98y4aojMwo=";
21
21
};
22
22
23
23
nativeBuildInputs = [