errbot: 4.3.3 -> 5.1.2

This commit is contained in:
Robin Gloster 2017-08-28 01:56:16 +02:00
parent 6b9ca4599e
commit 8211dfb200
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF

View File

@ -2,15 +2,17 @@
pythonPackages.buildPythonApplication rec {
name = "errbot-${version}";
version = "4.3.3";
version = "5.1.2";
src = fetchurl {
url = "mirror://pypi/e/errbot/${name}.tar.gz";
sha256 = "1z6xcm8jx22i56gpcrjym85a82swvaxh09zkryd5pdksi6k41rb4";
sha256 = "1r9w7pmdw77h1hwxns6d0sdg8cndsq1lwkq0y5qiiqr91jz93ajm";
};
disabled = !pythonPackages.isPy3k;
LC_ALL = "en_US.utf8";
postPatch = ''
substituteInPlace setup.py \
--replace dnspython3 dnspython