python3Packages.execnet: 1.8.0 -> 1.9.0

This commit is contained in:
Martin Weinelt 2021-06-18 23:47:15 +02:00 committed by Jonathan Ringer
parent acceb7e00c
commit 62dcc3298f
No known key found for this signature in database
GPG key ID: 5C841D3CFDFEC4E0

View file

@ -9,11 +9,11 @@
buildPythonPackage rec {
pname = "execnet";
version = "1.8.0";
version = "1.9.0";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-tzxVZeUX8kti3qilzqwXjGYcQwnTqgw+QghWwHLEEbQ=";
sha256 = "8f694f3ba9cc92cab508b152dcfe322153975c29bda272e2fd7f3f00f36e47c5";
};
checkInputs = [ pytestCheckHook ];