pythonPackages.hcloud: 1.8.1 -> 1.9.0

This commit is contained in:
Olli Helenius 2020-08-10 12:06:31 +03:00 committed by Jon
parent b1934ec6e9
commit 7765f5cc4c

View File

@ -12,11 +12,11 @@
buildPythonPackage rec {
pname = "hcloud";
version = "1.8.1";
version = "1.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "1xkds49z4hjyvz170913dz6886lhq4hb2n6dqqpv6q5p1znsx2gj";
sha256 = "0dk30ga59lhqba1facram6ls52z45sld6b81gy5cl63q67smy08f";
};
propagatedBuildInputs = [ future requests python-dateutil ];
@ -35,4 +35,4 @@ buildPythonPackage rec {
platforms = platforms.all;
maintainers = with maintainers; [ liff ];
};
}
}