tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
python312Packages.botocore-stubs: 1.38.30 -> 1.38.46
Fabian Affolter
9 months ago
43c0e5c3
7edddcfc
+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
reviewed
···
10
10
11
11
buildPythonPackage rec {
12
12
pname = "botocore-stubs";
13
13
-
version = "1.38.30";
13
13
+
version = "1.38.46";
14
14
pyproject = true;
15
15
16
16
disabled = pythonOlder "3.7";
···
18
18
src = fetchPypi {
19
19
pname = "botocore_stubs";
20
20
inherit version;
21
21
-
hash = "sha256-KR1785oxbACopVtyVUibAsDOoaNDSC53hOjR4jW66ZU=";
21
21
+
hash = "sha256-oE5pdmq4uuM4kRwYl0kviNBc1InNdfBubrTxNfnajHs=";
22
22
};
23
23
24
24
nativeBuildInputs = [ setuptools ];