Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
flexget: 1.2.278 -> 1.2.337
  • Loading branch information
spencerjanssen committed Jul 13, 2015
1 parent b2ae45b commit 05a8ad5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/python-packages.nix
Expand Up @@ -5538,13 +5538,13 @@ let
};

flexget = buildPythonPackage rec {
version = "1.2.278";
version = "1.2.337";
name = "FlexGet-${version}";
disabled = isPy3k;

src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/F/FlexGet/${name}.tar.gz";
md5 = "9c8e41d9e59d53cf2c720661b2880719";
md5 = "2c249c43bc594726f908b1425a8b8081";
};

doCheck = false;
Expand Down

0 comments on commit 05a8ad5

Please sign in to comment.