python-hetzner: Update to new version 0.3.0.

Changes are:

 - Ability to set the name of a server (Server.set_name()).
 - New sub-command (set-name) for hetznerctl to set server name.
 - Show server name in list command.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-07-14 09:40:19 +02:00
parent 0fa697405c
commit 0716e5b9e2
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.2.1";
version = "0.3.0";
src = fetchurl {
url = "https://github.com/RedMoonStudios/hetzner/archive/"
+ "v${version}.tar.gz";
sha256 = "0im7frzmbd1v89251ci8ahrjhw578nmksqlfcdakim0jr23si4wh";
sha256 = "10ywn7jbrv86ippf3bpbf01a4jnalwkkd0k7kxc39a55mfbx5s7d";
};
# not there yet, but coming soon.