From 39707b3224bff098d012f279ed2977a907b881ec Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 2 Oct 2013 15:05:07 +0200 Subject: [PATCH] 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 --- pkgs/top-level/python-packages.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix index d90c32e84c0..9d0b7d80f76 100644 --- a/pkgs/top-level/python-packages.nix +++ b/pkgs/top-level/python-packages.nix @@ -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.