mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-03 22:32:26 +03:00
python37Packages.libcloud: 3.1.0 -> 3.2.0
This commit is contained in:
parent
a7f375d335
commit
1a519a6ff3
1 changed files with 2 additions and 2 deletions
|
@ -13,11 +13,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "apache-libcloud";
|
pname = "apache-libcloud";
|
||||||
version = "3.1.0";
|
version = "3.2.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1b28j265kvibgxrgxx0gwfm6cmv252c8ph1j2vb0cpms8ph5if5v";
|
sha256 = "1b14b1f5f91ceeff5cf228613e76577d7b41e790dccd53a0f647ef816fb5495c";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ mock pytest pytestrunner requests-mock ];
|
checkInputs = [ mock pytest pytestrunner requests-mock ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue