python3Packages.telnetlib3: 4.0.2 -> 4.0.3

Diff: https://github.com/jquast/telnetlib3/compare/4.0.2...4.0.3

Changelog: https://github.com/jquast/telnetlib3/blob/4.0.3/docs/history.rst
This commit is contained in:
Robert Schütz
2026-05-21 08:59:48 -07:00
parent 4467d905d3
commit 28c08bac76
@@ -18,14 +18,14 @@
buildPythonPackage (finalAttrs: {
pname = "telnetlib3";
version = "4.0.2";
version = "4.0.3";
pyproject = true;
src = fetchFromGitHub {
owner = "jquast";
repo = "telnetlib3";
tag = finalAttrs.version;
hash = "sha256-MLNnmTuxrMV83FsM4Avlb31eH9s8/aFAoEbCsNyTmLY=";
hash = "sha256-eSgyIGRi8MQly7VmeKBVGHdqGWjBYdUNqjvX3sh8g9g=";
};
build-system = [ hatchling ];