python37Packages.dkimpy: 0.9.0 -> 0.9.1 (#52127)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-dkimpy/versions
This commit is contained in:
R. RyanTM 2018-12-16 05:14:50 -08:00 committed by Robert Schütz
parent da8276546d
commit d2aaef9f00

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "dkimpy";
version = "0.9.0";
version = "0.9.1";
src = fetchPypi {
inherit pname version;
sha256 = "1cfj2jsfqbwkrg9y5inz61wxf8z4rrs5js6dizjgsd4lyb3b5inj";
sha256 = "0rq3543m0q7kfl02l8ji4c35qbxb99h2mzjaxbaxfrlk6dcpk76j";
};
checkInputs = [ pytest ];