pythonPackages.ovh: 0.3.5 -> 0.4.5 (#17566)
This commit is contained in:
parent
8280595472
commit
8bfbc6cc85
|
@ -27743,14 +27743,14 @@ in modules // {
|
||||||
|
|
||||||
ovh = buildPythonPackage rec {
|
ovh = buildPythonPackage rec {
|
||||||
name = "ovh-${version}";
|
name = "ovh-${version}";
|
||||||
version = "0.3.5";
|
version = "0.4.5";
|
||||||
doCheck = false; #test needs packages too explicit
|
doCheck = false; #test needs packages too explicit
|
||||||
buildInputs = with self; [ d2to1 ];
|
buildInputs = with self; [ d2to1 ];
|
||||||
propagatedBuildInputs = with self; [ requests2 ];
|
propagatedBuildInputs = with self; [ requests2 ];
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "mirror://pypi/o/ovh/ovh-${version}.tar.gz";
|
url = "mirror://pypi/o/ovh/ovh-${version}.tar.gz";
|
||||||
sha256 = "1y74lrdlgbb786mwas7ynphimfi00dgr67ncjq20kdf31jg5415n";
|
sha256 = "1wf2p1sbg34jpj97r3w5nx9pj6vp0mlprry3vw2xav3dv02qv2af";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
Loading…
Reference in New Issue