mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python313Packages.botocore-stubs: 1.42.27 -> 1.42.28
This commit is contained in:
parent
e68db98455
commit
c423defbfc
1 changed files with 2 additions and 2 deletions
|
|
@ -9,13 +9,13 @@
|
|||
|
||||
buildPythonPackage (finalAttrs: {
|
||||
pname = "botocore-stubs";
|
||||
version = "1.42.27";
|
||||
version = "1.42.28";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "botocore_stubs";
|
||||
inherit (finalAttrs) version;
|
||||
hash = "sha256-HlvD+IedwMjPmOZo0QizMU002480Kt4qmlPYjyfcMpI=";
|
||||
hash = "sha256-qhMfkvJmwKxHmHPo6RTEYlbDnbOuzqDHPt8IRtME6d8=";
|
||||
};
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue