Merge pull request #41119 from r-ryantm/auto-update/errbot

errbot: 5.1.3 -> 5.2.0
This commit is contained in:
Matthew Justin Bauer 2018-06-01 20:54:54 -04:00 committed by GitHub
commit 6b82583816
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,11 +2,11 @@
pythonPackages.buildPythonApplication rec {
name = "errbot-${version}";
version = "5.1.3";
version = "5.2.0";
src = fetchurl {
url = "mirror://pypi/e/errbot/${name}.tar.gz";
sha256 = "0nkfq6fx87g7kvxrb5lp8gkb75658cmyffnacpy8jq3a16py3jrr";
sha256 = "0q5fg113s3gnym38d4y5mlnxw6vrm388zw5mlapf7b2zgx34r053";
};
disabled = !pythonPackages.isPy3k;