python3Packages.jaraco-test: 5.6.0 -> 5.7.0

Diff: https://github.com/jaraco/jaraco.test/compare/v5.6.0...v5.7.0

Changelog: https://github.com/jaraco/jaraco.test/blob/v5.7.0/NEWS.rst
This commit is contained in:
Robert Schütz
2026-07-15 13:24:10 -07:00
parent a84be33b3b
commit e9757ec249
@@ -11,14 +11,14 @@
buildPythonPackage rec {
pname = "jaraco-test";
version = "5.6.0";
version = "5.7.0";
pyproject = true;
src = fetchFromGitHub {
owner = "jaraco";
repo = "jaraco.test";
tag = "v${version}";
hash = "sha256-Ym0r92xCh+DNpFexqPlRVgcDGYNvnaJHEs5/RMaUr+s=";
hash = "sha256-c8N4Q4zNZolhJ9osBOaorWXNINnuA5PV0y5DHZISHaY=";
};
postPatch = ''