python313Packages.ssdp: update disabled

- update changelog entry
This commit is contained in:
Fabian Affolter
2025-09-09 13:41:45 +02:00
committed by GitHub
parent 46ad027ac9
commit 0af0553e89
@@ -16,7 +16,7 @@ buildPythonPackage rec {
version = "1.3.1";
pyproject = true;
disabled = pythonOlder "3.8";
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "codingjoe";
@@ -48,7 +48,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python asyncio library for Simple Service Discovery Protocol (SSDP)";
homepage = "https://github.com/codingjoe/ssdp";
changelog = "https://github.com/codingjoe/ssdp/releases/tag/${version}";
changelog = "https://github.com/codingjoe/ssdp/releases/tag/${src.tag}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
mainProgram = "ssdp";