Merge pull request #69817 from r-ryantm/auto-update/python3.7-dkimpy

python37Packages.dkimpy: 0.9.2 -> 0.9.3
This commit is contained in:
Mario Rodas 2019-09-28 07:04:35 -05:00 committed by GitHub
commit 101f1d43c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "dkimpy";
version = "0.9.2";
version = "0.9.3";
src = fetchPypi {
inherit pname version;
sha256 = "83d5ddc1b83304dbccba1dc7b9e0ee37bec4269bb9ad5779480991525c3811d6";
sha256 = "1rnnax2blmwk6404yrnhswp50xbp2h192rd2l6mra5lh3rg36zvd";
};
checkInputs = [ pytest ];