Unverified Commit 0af0553e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python313Packages.ssdp: update disabled

- update changelog entry
parent 46ad027a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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";