python313Packages.pynina: update changelog entry

This commit is contained in:
Fabian Affolter 2025-05-11 09:47:01 +02:00 committed by GitHub
parent a331fb0f20
commit 8365602c39
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -3,7 +3,6 @@
aiohttp, aiohttp,
buildPythonPackage, buildPythonPackage,
fetchPypi, fetchPypi,
pythonOlder,
setuptools, setuptools,
}: }:
@ -12,8 +11,6 @@ buildPythonPackage rec {
version = "0.3.6"; version = "0.3.6";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.7";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
hash = "sha256-w5iJXmOd0fqWIZnVG6zDop1t2h4B+4v0/EuwgS00LkA="; hash = "sha256-w5iJXmOd0fqWIZnVG6zDop1t2h4B+4v0/EuwgS00LkA=";
@ -33,7 +30,7 @@ buildPythonPackage rec {
meta = with lib; { meta = with lib; {
description = "Python API wrapper to retrieve warnings from the german NINA app"; description = "Python API wrapper to retrieve warnings from the german NINA app";
homepage = "https://gitlab.com/DeerMaximum/pynina"; homepage = "https://gitlab.com/DeerMaximum/pynina";
changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/${version}"; changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/v${version}";
license = licenses.mit; license = licenses.mit;
maintainers = with maintainers; [ fab ]; maintainers = with maintainers; [ fab ];
}; };