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

python310Packages.dkimpy: 1.1.1 -> 1.1.2
This commit is contained in:
Weijia Wang 2023-04-20 21:55:03 +03:00 committed by GitHub
commit 14858adeb4
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.1";
version = "1.1.2";
src = fetchPypi {
inherit pname version;
hash = "sha256-dVl0S1qQGWkZCPCgxlPiBrbL9jbIxtZuGggnz8jsf5E=";
hash = "sha256-DDpa953ooBkSP4Gqf1flEaTqcTonLqi2KkQahN3cSyw=";
};
nativeCheckInputs = [ pytest ];