python-hetzner: Update to new version 0.4.0.

This introduces the following changes:

 - Validate Robot's SSL server certificates.
 - Admin accounts can new be managed with the "admin" property of a
   server instance.
 - Better and fixed up error reporting.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-07-17 05:34:18 +02:00
parent b89cbe26a8
commit 0f096b70d0
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961

View File

@ -2128,12 +2128,12 @@ pythonPackages = python.modules // rec {
hetzner = buildPythonPackage rec {
name = "hetzner-${version}";
version = "0.3.0";
version = "0.4.0";
src = fetchurl {
url = "https://github.com/RedMoonStudios/hetzner/archive/"
+ "v${version}.tar.gz";
sha256 = "10ywn7jbrv86ippf3bpbf01a4jnalwkkd0k7kxc39a55mfbx5s7d";
sha256 = "1dzmb4k83cc6dqvxrk2vxvrhgi4x45b6yzs5jvyfjhgl5daisv4b";
};
# not there yet, but coming soon.