Merge pull request #117709 from r-ryantm/auto-update/python3.8-managesieve

python38Packages.managesieve: 0.7 -> 0.7.1
This commit is contained in:
Fabian Affolter 2021-03-27 14:46:03 +01:00 committed by GitHub
commit 18ce06d315
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "managesieve";
version = "0.7";
version = "0.7.1";
src = fetchPypi {
inherit pname version;
sha256 = "1dx0j8hhjwip1ackaj2m4hqrrx2iiv846ic4wa6ymrawwb8iq8m6";
sha256 = "44930a3b48332d23b35a5305ae7ba47904d4485ed1b7a22208b7d5ad9d60427a";
};
checkInputs = [ pytestCheckHook ];