mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 14:41:27 +00:00
added support for boto 2.38.0
This commit is contained in:
parent
7822640a18
commit
385936f7d9
@ -1294,11 +1294,11 @@ let
|
||||
|
||||
boto = buildPythonPackage rec {
|
||||
name = "boto-${version}";
|
||||
version = "2.36.0";
|
||||
version = "2.38.0";
|
||||
|
||||
src = pkgs.fetchurl {
|
||||
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
|
||||
sha256 = "1zrlmri89q2090yh9ylx798q4yk54y39v7w7xj101fnwc1r6jlqr";
|
||||
sha256 = "f2659f9b9d4f183a997ad0fc87f99f8cd3998df887fdadd3b776dada2b1df550";
|
||||
};
|
||||
|
||||
checkPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user