python312Packages.discovery30303: 0.3.2 -> 0.3.3 (#381433)

This commit is contained in:
Fabian Affolter
2025-02-13 17:18:06 +01:00
committed by GitHub
@@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "discovery30303";
version = "0.3.2";
version = "0.3.3";
pyproject = true;
disabled = pythonOlder "3.8";
@@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "bdraco";
repo = "discovery30303";
tag = "v${version}";
hash = "sha256-P31P5GjIrMotdIXqqZ6LCbk5MIl2Kq4MzlWDw+aOcrE=";
hash = "sha256-QIGLRe+nUV3tUOs+pu6Qk/2Amh9IVcQq89o2JeKiTvM=";
};
postPatch = ''
@@ -41,7 +41,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module to discover devices that respond on port 30303";
homepage = "https://github.com/bdraco/discovery30303";
changelog = "https://github.com/bdraco/discovery30303/releases/tag/v${version}";
changelog = "https://github.com/bdraco/discovery30303/releases/tag/${src.tag}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};