python310Packages.dkimpy: 1.0.5 -> 1.1.0

This commit is contained in:
R. Ryantm 2023-02-27 05:08:59 +00:00
parent ee90de5543
commit 59a2869c5e

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "dkimpy";
version = "1.0.5";
version = "1.1.0";
src = fetchPypi {
inherit pname version;
sha256 = "9a2420bf09af686736773153fca32a02ae11ecbe24b540c26104628959f91121";
sha256 = "sha256-NQDukEVLfCz3ElgeA5jrRwONJ+aRSDKd9jTs2Y3YYhw=";
};
nativeCheckInputs = [ pytest ];