python3Packages.telnetlib3: 4.0.1 -> 4.0.2

This commit is contained in:
R. Ryantm
2026-04-11 12:29:34 +00:00
parent 13043924aa
commit 488bb0f652
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "telnetlib3";
version = "4.0.1";
version = "4.0.2";
pyproject = true;
src = fetchFromGitHub {
owner = "jquast";
repo = "telnetlib3";
tag = finalAttrs.version;
hash = "sha256-dKvdg+1l7qRyc7COR0U6SKbrp5uJRtc4wsDPQEAkXZ8=";
hash = "sha256-MLNnmTuxrMV83FsM4Avlb31eH9s8/aFAoEbCsNyTmLY=";
};
build-system = [ hatchling ];