python-hetzner: Update to new version 0.6.0.

This introduces the following changes:

 - Remove scraping of the Robot web interface for getting the server ID.
 - Display server number whenever appropriate.
 - Remove duplicate definition of exceptions.
 - Gracefully return if there are no subnets available.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-10-02 15:05:07 +02:00
parent 51c48e2320
commit 39707b3224
No known key found for this signature in database
GPG key ID: D0EBD0EC8C2DC961

View file

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