3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #3898 from robberer/pkgs/deluge

deluge: update to version 1.3.7
This commit is contained in:
Aristid Breitkreuz 2014-08-31 14:40:36 +02:00
commit f37d043984

View file

@ -2949,11 +2949,11 @@ rec {
};
deluge = buildPythonPackage rec {
name = "deluge-1.3.6";
name = "deluge-1.3.7";
src = fetchurl {
url = "http://download.deluge-torrent.org/source/${name}.tar.gz";
md5 = "33557678bf2f320de670ddaefaea009d";
url = "http://download.deluge-torrent.org/source/${name}.tar.bz2";
sha256 = "07m5lgkqymlh0810bk2f5l0k83n51xb3gszj11sr509jgbnxjnmm";
};
propagatedBuildInputs = with pkgs; [