python3Packages.ttn-client: 1.2.2 -> 1.2.3

This commit is contained in:
R. Ryantm
2025-10-29 15:02:52 +00:00
parent d229de74ad
commit d84e517ee7

View File

@@ -10,14 +10,14 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "ttn-client"; pname = "ttn-client";
version = "1.2.2"; version = "1.2.3";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "angelnu"; owner = "angelnu";
repo = "thethingsnetwork_python_client"; repo = "thethingsnetwork_python_client";
tag = "v${version}"; tag = "v${version}";
hash = "sha256-B3AN0VqMhQoqqPjUf/JTWYdyVQVXt+QsBbqsooDsuDE="; hash = "sha256-PEkxEKet0nrowWJ4J3AqqqdecO4zSbTampz/Dx0QD2s=";
}; };
build-system = [ hatchling ]; build-system = [ hatchling ];