python3Packages.execnet: 1.7.1 -> 1.8.0

This commit is contained in:
Fabian Affolter 2021-02-17 10:16:38 +01:00 committed by Frederik Rietdijk
parent b68437e156
commit 445553c912

View file

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