python-hetzner: Update to bugfix version 0.7.2.

From version 0.7.1 this fixes encoding problems with some DELL servers
while running the CLI.

And more importantly in version 0.7.2, it fixes the SSL certificate
error (Hetzner changed CA) which renders the library pretty much
useless.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig
2014-09-11 14:11:33 +02:00
parent bdea812836
commit 415c31372c

View File

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