python310Packages.dkimpy: 1.1.3 -> 1.1.4

This commit is contained in:
R. Ryantm 2023-05-15 23:01:23 +00:00
parent 10092e1418
commit 2c768e82f9

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "dkimpy";
version = "1.1.3";
version = "1.1.4";
src = fetchPypi {
inherit pname version;
hash = "sha256-8zIhlR9jOBEXb9D1qGH0S8I721/cKn+jWXUxlUAbEwg=";
hash = "sha256-7bbng4OzpUx3K8n/eG5+7X12pXupRiCdmVG0P1BzqwI=";
};
nativeCheckInputs = [ pytest ];