pythonPackages.hcloud: 1.8.1 -> 1.9.0
This commit is contained in:
parent
b1934ec6e9
commit
7765f5cc4c
@ -12,11 +12,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "hcloud";
|
pname = "hcloud";
|
||||||
version = "1.8.1";
|
version = "1.9.0";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "1xkds49z4hjyvz170913dz6886lhq4hb2n6dqqpv6q5p1znsx2gj";
|
sha256 = "0dk30ga59lhqba1facram6ls52z45sld6b81gy5cl63q67smy08f";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = [ future requests python-dateutil ];
|
propagatedBuildInputs = [ future requests python-dateutil ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user