3
0
Fork 0
forked from mirrors/nixpkgs

Merge branch 'deluge136' of git://github.com/iElectric/nixpkgs

Trivial upgrade, deluged still starts fine.

Signed-off-by: Shea Levy <shea@shealevy.com>
This commit is contained in:
Shea Levy 2013-03-11 21:00:00 -04:00
commit aeb00df015

View file

@ -789,11 +789,11 @@ pythonPackages = python.modules // rec {
};
deluge = buildPythonPackage rec {
name = "deluge-1.3.5";
name = "deluge-1.3.6";
src = fetchurl {
url = "http://download.deluge-torrent.org/source/${name}.tar.gz";
md5 = "fbf52593a85bfa7c8520834fa9177fba";
md5 = "33557678bf2f320de670ddaefaea009d";
};
# TODO: gui, procsettitle
@ -805,6 +805,7 @@ pythonPackages = python.modules // rec {
description = "Torrent client";
license = "GPLv3";
maintainers = [ stdenv.lib.maintainers.iElectric ];
platforms = stdenv.lib.platforms.all;
};
};