python-hetzner: Update to new version 0.4.1.

Small bugfix release, changes:

 - Don't include colons when generating passwords for admin logins.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2013-07-17 10:49:25 +02:00
parent 87444bc281
commit b9729fb4d4
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.4.0";
version = "0.4.1";
src = fetchurl {
url = "https://github.com/RedMoonStudios/hetzner/archive/"
+ "v${version}.tar.gz";
sha256 = "1dzmb4k83cc6dqvxrk2vxvrhgi4x45b6yzs5jvyfjhgl5daisv4b";
sha256 = "1x48r3n818iyzyb0a5jpcrq1rgdrpj3549kcv76wgpw4f7hi0b76";
};
# not there yet, but coming soon.