python313Packages.ttn-client: modernize
Updated changelog URL to use dynamic tag reference.
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
hatchling,
|
||||
pytest-asyncio,
|
||||
pytestCheckHook,
|
||||
pythonOlder,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@@ -14,8 +13,6 @@ buildPythonPackage rec {
|
||||
version = "1.2.2";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.11";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "angelnu";
|
||||
repo = "thethingsnetwork_python_client";
|
||||
@@ -42,7 +39,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Module to fetch/receive and parse uplink messages from The Thinks Network";
|
||||
homepage = "https://github.com/angelnu/thethingsnetwork_python_client";
|
||||
changelog = "https://github.com/angelnu/thethingsnetwork_python_client/releases/tag/v${version}";
|
||||
changelog = "https://github.com/angelnu/thethingsnetwork_python_client/releases/tag/${src.tag}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user