python-hetzner: Update to new version 0.5.0.

This introduces the following changes:

 - New subcommand "show" for hetznerctl which shows additional
   information about one or more servers.
 - Allow to get subnets of a specific server through the "subnets"
   attribute.
 - Allow te get IP addresses of a specific server through the "ips"
   attribute.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-07-25 17:38:10 +02:00
parent 6b495e9251
commit 1d0e666eed
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -2148,12 +2148,12 @@ pythonPackages = python.modules // rec {
hetzner = buildPythonPackage rec {
name = "hetzner-${version}";
version = "0.4.1";
version = "0.5.0";
src = fetchurl {
url = "https://github.com/RedMoonStudios/hetzner/archive/"
+ "v${version}.tar.gz";
sha256 = "1x48r3n818iyzyb0a5jpcrq1rgdrpj3549kcv76wgpw4f7hi0b76";
sha256 = "0i8b2nx4mf87qn4zz7kz321cl1bxlvjdwm7yh8md5hrhqbya4jw5";
};
# not there yet, but coming soon.