babelfish: 0.5.3 -> 0.5.5

This commit is contained in:
Peter Marheine 2017-01-04 08:19:33 +00:00 committed by Michael Raskin
parent 5bd1ea51cb
commit 88d78f9d46
1 changed files with 2 additions and 2 deletions

View File

@ -2067,13 +2067,13 @@ in {
};
babelfish = buildPythonPackage rec {
version = "0.5.3";
version = "0.5.5";
name = "babelfish-${version}";
disabled = isPy3k;
src = pkgs.fetchurl {
url = "mirror://pypi/b/babelfish/${name}.tar.gz";
sha256 = "0wrw21dyq7v6lbffwvi1ik43d7dhmcv8xvgrrihhiv7ys1rd3gag";
sha256 = "8380879fa51164ac54a3e393f83c4551a275f03617f54a99d70151358e444104";
};
meta = {