mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-12 03:56:17 +03:00
Update pythonPackages.botocore
This commit is contained in:
parent
9332d9ed5c
commit
51d35d5028
@ -721,12 +721,12 @@ pythonPackages = modules // import ./python-packages-generated.nix {
|
||||
|
||||
|
||||
botocore = buildPythonPackage rec {
|
||||
version = "0.13.1";
|
||||
version = "0.33.0";
|
||||
name = "botocore-${version}";
|
||||
|
||||
src = fetchurl {
|
||||
url = "https://pypi.python.org/packages/source/b/botocore/${name}.tar.gz";
|
||||
sha256 = "192kxgw76b22zmk5mxjkij5rskibb9jfaggvpznzy3ggsgja7yy8";
|
||||
md5 = "6743c73a2e148abaa9c487a6e2ee53a3";
|
||||
};
|
||||
|
||||
propagatedBuildInputs =
|
||||
|
Loading…
Reference in New Issue
Block a user