python3Packages.python-discovery: 1.2.2 -> 1.3.0

This commit is contained in:
R. Ryantm
2026-05-09 18:07:54 +00:00
parent aaf2ad5732
commit 6bef12c9f7
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "python-discovery";
version = "1.2.2";
version = "1.3.0";
pyproject = true;
src = fetchFromGitHub {
owner = "tox-dev";
repo = "python-discovery";
tag = finalAttrs.version;
hash = "sha256-udyPGZ3vz+1nld2m3igLNZ+i1pnutkLeXFpHn738KRQ=";
hash = "sha256-PCqE/WwhH+kzWw6Q4L/ZBwgDqHI1G1P8KsMMANO4BIQ=";
};
build-system = [