python313Packages.ssdp: update disabled

- update changelog entry

Changed files
+2 -2
pkgs
development
python-modules
+2 -2
pkgs/development/python-modules/ssdp/default.nix
···
version = "1.3.1";
pyproject = true;
-
disabled = pythonOlder "3.8";
+
disabled = pythonOlder "3.9";
src = fetchFromGitHub {
owner = "codingjoe";
···
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";