Merge pull request #9857 from ebzzry/deluge-1.3.12
deluge: 1.3.11 -> 1.3.12
This commit is contained in:
commit
bc6c6f1444
@ -5222,11 +5222,11 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
deluge = buildPythonPackage rec {
|
deluge = buildPythonPackage rec {
|
||||||
name = "deluge-1.3.11";
|
name = "deluge-1.3.12";
|
||||||
|
|
||||||
src = pkgs.fetchurl {
|
src = pkgs.fetchurl {
|
||||||
url = "http://download.deluge-torrent.org/source/${name}.tar.bz2";
|
url = "http://download.deluge-torrent.org/source/${name}.tar.bz2";
|
||||||
sha256 = "16681sg7yi03jqyifhalnw4vavb8sj94cisldal7nviai8dz9qc3";
|
sha256 = "14rwc5k7q0d36b4jxnmxgnyvx9lnmaifxpyv0z07ymphlfr4amsn";
|
||||||
};
|
};
|
||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
@ -5244,7 +5244,7 @@ let
|
|||||||
homepage = http://deluge-torrent.org;
|
homepage = http://deluge-torrent.org;
|
||||||
description = "Torrent client";
|
description = "Torrent client";
|
||||||
license = licenses.gpl3Plus;
|
license = licenses.gpl3Plus;
|
||||||
maintainers = with maintainers; [ iElectric ];
|
maintainers = with maintainers; [ iElectric ebzzry ];
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user