Merge pull request #218558 from r-ryantm/auto-update/python310Packages.dkimpy
python310Packages.dkimpy: 1.0.5 -> 1.1.0
This commit is contained in:
commit
512d5877eb
1 changed files with 2 additions and 2 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue