Merge pull request #8048 from Bsami/remotes/origin/python2.38.0
Remotes/origin/python2.38.0
This commit is contained in:
commit
7ddb84055c
@ -1294,11 +1294,11 @@ let
|
|||||||
|
|
||||||
boto = buildPythonPackage rec {
|
boto = buildPythonPackage rec {
|
||||||
name = "boto-${version}";
|
name = "boto-${version}";
|
||||||
version = "2.36.0";
|
version = "2.38.0";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
|
url = "https://github.com/boto/boto/archive/${version}.tar.gz";
|
||||||
sha256 = "1zrlmri89q2090yh9ylx798q4yk54y39v7w7xj101fnwc1r6jlqr";
|
sha256 = "0l7m3lmxmnknnz9svzc7z26rklwckzwqgz6hgackl62gkndryrgj";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
|
Loading…
x
Reference in New Issue
Block a user