python3Packages.python-discovery: 1.3.0 -> 1.3.1

This commit is contained in:
R. Ryantm
2026-05-17 22:50:50 +00:00
committed by Gaetan Lepage
parent e055a4b7ac
commit 6b9bd4e9c2
@@ -18,14 +18,15 @@
buildPythonPackage (finalAttrs: {
pname = "python-discovery";
version = "1.3.0";
version = "1.3.1";
pyproject = true;
__structuredAttrs = true;
src = fetchFromGitHub {
owner = "tox-dev";
repo = "python-discovery";
tag = finalAttrs.version;
hash = "sha256-PCqE/WwhH+kzWw6Q4L/ZBwgDqHI1G1P8KsMMANO4BIQ=";
hash = "sha256-n1clHxiQIEhtT4Zwn+sziFqyc828kf5Box3lIAqbddU=";
};
build-system = [