Merge pull request #246490 from r-ryantm/auto-update/python310Packages.dkimpy

python310Packages.dkimpy: 1.1.4 -> 1.1.5
This commit is contained in:
Weijia Wang 2023-08-08 18:59:35 +02:00 committed by GitHub
commit 34d676d220
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
buildPythonPackage rec {
pname = "dkimpy";
version = "1.1.4";
version = "1.1.5";
src = fetchPypi {
inherit pname version;
hash = "sha256-7bbng4OzpUx3K8n/eG5+7X12pXupRiCdmVG0P1BzqwI=";
hash = "sha256-mmZ/hmS3Lrn4qhJQsHV8w5gqto9wxIrzkxe1jPYvLXU=";
};
nativeCheckInputs = [ pytest ];