lol

python3Packages.pynina: 0.3.5 -> 0.3.6 (#405996)

authored by

Fabian Affolter and committed by
GitHub
71623df3 92d64400

+3 -6
+3 -6
pkgs/development/python-modules/pynina/default.nix
··· 3 3 aiohttp, 4 4 buildPythonPackage, 5 5 fetchPypi, 6 - pythonOlder, 7 6 setuptools, 8 7 }: 9 8 10 9 buildPythonPackage rec { 11 10 pname = "pynina"; 12 - version = "0.3.5"; 11 + version = "0.3.6"; 13 12 pyproject = true; 14 13 15 - disabled = pythonOlder "3.7"; 16 - 17 14 src = fetchPypi { 18 15 inherit pname version; 19 - hash = "sha256-M+0gujriblTDj/qDmBnC4DlKjlZbbStsr7tep5HeNlg="; 16 + hash = "sha256-w5iJXmOd0fqWIZnVG6zDop1t2h4B+4v0/EuwgS00LkA="; 20 17 }; 21 18 22 19 pythonRelaxDeps = [ "aiohttp" ]; ··· 33 30 meta = with lib; { 34 31 description = "Python API wrapper to retrieve warnings from the german NINA app"; 35 32 homepage = "https://gitlab.com/DeerMaximum/pynina"; 36 - changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/${version}"; 33 + changelog = "https://gitlab.com/DeerMaximum/pynina/-/releases/v${version}"; 37 34 license = licenses.mit; 38 35 maintainers = with maintainers; [ fab ]; 39 36 };