mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-15 19:48:43 +00:00
python310Packages.boto3: 1.26.38 -> 1.26.79
Diff: https://github.com/boto/boto3/compare/1.26.38...1.26.79 Changelog: https://github.com/boto/boto3/blob/1.26.79/CHANGELOG.rst
This commit is contained in:
parent
e81d5eb22f
commit
10f8156d49
@ -10,14 +10,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "boto3";
|
||||
version = "1.26.38"; # N.B: if you change this, change botocore and awscli to a matching version
|
||||
version = "1.26.79"; # N.B: if you change this, change botocore and awscli to a matching version
|
||||
format = "pyproject";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "boto";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-/QkR6gL0XkXofnFDcKa7J0ZbZbgT0IKnqtq2wcilbEs=";
|
||||
hash = "sha256-9Xsng4xZ+IGNZ3ViYVrOyKZdRH6QPSjZALj9Q3HECBU=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user