Merge pull request #62249 from jluttine/salmon-mail-3.1.1

pythonPackages.salmon-mail: 3.1.0 -> 3.1.1
This commit is contained in:
Mario Rodas 2019-05-31 00:14:51 -05:00 committed by GitHub
commit 25f7291302
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "salmon-mail";
version = "3.1.0";
version = "3.1.1";
src = fetchPypi {
inherit pname version;
sha256 = "cb2f9c3bf2b9f8509453ca8bc06f504350e19488eb9d3d6a4b9e4b8c160b527d";
sha256 = "0ddd9nwdmiibk3jaampznm8nai5b7zalp0f8c65l71674300bqnw";
};
checkInputs = [ nose jinja2 mock ];