From ee20787914a09bae38369609c8c30ca8e5624d88 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 25 Jun 2026 12:53:16 +0200 Subject: [PATCH] python3Packages.nomadnet: 1.2.0 -> 1.2.6 --- .../python-modules/nomadnet/default.nix | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/pkgs/development/python-modules/nomadnet/default.nix b/pkgs/development/python-modules/nomadnet/default.nix index fead49b3abc9..22abc385601c 100644 --- a/pkgs/development/python-modules/nomadnet/default.nix +++ b/pkgs/development/python-modules/nomadnet/default.nix @@ -1,7 +1,7 @@ { lib, buildPythonPackage, - fetchFromGitHub, + fetchPypi, lxmf, msgpack, qrcode, @@ -12,15 +12,14 @@ buildPythonPackage (finalAttrs: { pname = "nomadnet"; - version = "1.2.0"; + version = "1.2.6"; pyproject = true; + __structuredAttrs = true; - src = fetchFromGitHub { - owner = "markqvist"; - repo = "NomadNet"; - tag = finalAttrs.version; - hash = "sha256-BaRZfqQ9oNpWQc5uQ0PvVduauW3+gTnDljYeBXlmJ9w="; + src = fetchPypi { + inherit (finalAttrs) version pname; + hash = "sha256-XNRs4avq22JslxkSlqgTOj0bKuiVwam3i9bzoMAUjAU="; }; build-system = [ setuptools ]; @@ -41,7 +40,6 @@ buildPythonPackage (finalAttrs: { meta = { description = "Off-grid, resilient mesh communication"; homepage = "https://github.com/markqvist/NomadNet"; - changelog = "https://github.com/markqvist/NomadNet/releases/tag/${finalAttrs.src.tag}"; license = lib.licenses.gpl3Only; maintainers = with lib.maintainers; [ drupol