python3Packages.testtools: 2.7.2 -> 2.9.1

This commit is contained in:
Martin Weinelt
2026-07-12 21:40:18 +02:00
parent acd1811713
commit f32f162c23

View File

@@ -14,12 +14,12 @@
buildPythonPackage rec {
pname = "testtools";
version = "2.7.2";
version = "2.9.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-W+W7wfD6D4tgrKbO7AeEXUHQxHXPRFv6200sRew5fqM=";
hash = "sha256-Oa2eueG5NdaDj0s67k1ucttl31YC9v7amY27T+jeCxk=";
};
nativeBuildInputs = [