python-hetzner: Update to new version 0.7.0.

This introduces the following changes:

 - hetznerctl: Fix UnicodeEncodeError in server product name.
 - Support rebooting of vServers.
 - Server now has a new attribute is_vserver.
 - Add a README.md with examples.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-03-18 18:43:00 +01:00
parent d4b1250b6c
commit ab7a8abd58
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -3212,12 +3212,12 @@ rec {
hetzner = buildPythonPackage rec {
name = "hetzner-${version}";
version = "0.6.0";
version = "0.7.0";
src = fetchurl {
url = "https://github.com/RedMoonStudios/hetzner/archive/"
+ "v${version}.tar.gz";
sha256 = "1cgi77f453ahw3ad6hvqwbyp6fwnh90rlzfgl9cp79wg58wyar4w";
sha256 = "1ldbhwy6yk18frv6n9znvdsrqfnpch4mfvc70jrpq3f9fw236src";
};
# not there yet, but coming soon.