Loading pkgs/development/python-modules/lxmf/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "lxmf"; version = "0.6.3"; version = "0.7.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "markqvist"; repo = "lxmf"; tag = version; hash = "sha256-HkWl0fHb+nmcH4uczUAbNyizm1nP8a7Mo3zUoN1FxTo="; hash = "sha256-BSQhhjiZcu9xctEXKQ2Dr4GQNkX7DUIpsncG8zUO74Y="; }; build-system = [ setuptools ]; Loading @@ -34,7 +34,9 @@ buildPythonPackage rec { description = "Lightweight Extensible Message Format for Reticulum"; homepage = "https://github.com/markqvist/lxmf"; changelog = "https://github.com/markqvist/LXMF/releases/tag/${version}"; license = licenses.mit; # Reticulum License # https://github.com/markqvist/LXMF/blob/master/LICENSE license = licenses.unfree; maintainers = with maintainers; [ fab ]; mainProgram = "lxmd"; }; Loading pkgs/development/python-modules/nomadnet/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "nomadnet"; version = "0.6.2"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "markqvist"; repo = "NomadNet"; tag = version; hash = "sha256-HBNZvU4ZCLgEn8ul1iflaY18novZMnn8GIojriX/ej0="; hash = "sha256-/ITBpj5XOn+GYzc2gMg3J8c1eeKWjbyZ4rcXXo4n2Fw="; }; build-system = [ setuptools ]; Loading pkgs/development/python-modules/rns/default.nix +10 −14 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, replaceVars, esptool, # build-system setuptools, # dependencies bleak, buildPythonPackage, cryptography, esptool, fetchFromGitHub, netifaces, pyserial, # tests replaceVars, setuptools, versionCheckHook, }: buildPythonPackage rec { pname = "rns"; version = "0.9.5"; version = "0.9.6"; pyproject = true; src = fetchFromGitHub { owner = "markqvist"; repo = "Reticulum"; tag = version; hash = "sha256-jpmh7emJa9qy5Ge2sYgxSz2wYECG6POIEVo4hkAZI+8="; hash = "sha256-TZXImMtAesLF6u6Yw/mvpQOjXK07UI4Op4fniq+pSu0="; }; patches = [ Loading Loading @@ -57,7 +51,9 @@ buildPythonPackage rec { description = "Cryptography-based networking stack for wide-area networks"; homepage = "https://reticulum.network"; changelog = "https://github.com/markqvist/Reticulum/blob/${src.tag}/Changelog.md"; license = lib.licenses.mit; # Reticulum License # https://github.com/markqvist/Reticulum/blob/master/LICENSE license = lib.licenses.unfree; maintainers = with lib.maintainers; [ fab qbit Loading Loading
pkgs/development/python-modules/lxmf/default.nix +5 −3 Original line number Diff line number Diff line Loading @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "lxmf"; version = "0.6.3"; version = "0.7.1"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "markqvist"; repo = "lxmf"; tag = version; hash = "sha256-HkWl0fHb+nmcH4uczUAbNyizm1nP8a7Mo3zUoN1FxTo="; hash = "sha256-BSQhhjiZcu9xctEXKQ2Dr4GQNkX7DUIpsncG8zUO74Y="; }; build-system = [ setuptools ]; Loading @@ -34,7 +34,9 @@ buildPythonPackage rec { description = "Lightweight Extensible Message Format for Reticulum"; homepage = "https://github.com/markqvist/lxmf"; changelog = "https://github.com/markqvist/LXMF/releases/tag/${version}"; license = licenses.mit; # Reticulum License # https://github.com/markqvist/LXMF/blob/master/LICENSE license = licenses.unfree; maintainers = with maintainers; [ fab ]; mainProgram = "lxmd"; }; Loading
pkgs/development/python-modules/nomadnet/default.nix +2 −2 Original line number Diff line number Diff line Loading @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "nomadnet"; version = "0.6.2"; version = "0.7.0"; pyproject = true; disabled = pythonOlder "3.7"; Loading @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "markqvist"; repo = "NomadNet"; tag = version; hash = "sha256-HBNZvU4ZCLgEn8ul1iflaY18novZMnn8GIojriX/ej0="; hash = "sha256-/ITBpj5XOn+GYzc2gMg3J8c1eeKWjbyZ4rcXXo4n2Fw="; }; build-system = [ setuptools ]; Loading
pkgs/development/python-modules/rns/default.nix +10 −14 Original line number Diff line number Diff line { lib, buildPythonPackage, fetchFromGitHub, replaceVars, esptool, # build-system setuptools, # dependencies bleak, buildPythonPackage, cryptography, esptool, fetchFromGitHub, netifaces, pyserial, # tests replaceVars, setuptools, versionCheckHook, }: buildPythonPackage rec { pname = "rns"; version = "0.9.5"; version = "0.9.6"; pyproject = true; src = fetchFromGitHub { owner = "markqvist"; repo = "Reticulum"; tag = version; hash = "sha256-jpmh7emJa9qy5Ge2sYgxSz2wYECG6POIEVo4hkAZI+8="; hash = "sha256-TZXImMtAesLF6u6Yw/mvpQOjXK07UI4Op4fniq+pSu0="; }; patches = [ Loading Loading @@ -57,7 +51,9 @@ buildPythonPackage rec { description = "Cryptography-based networking stack for wide-area networks"; homepage = "https://reticulum.network"; changelog = "https://github.com/markqvist/Reticulum/blob/${src.tag}/Changelog.md"; license = lib.licenses.mit; # Reticulum License # https://github.com/markqvist/Reticulum/blob/master/LICENSE license = lib.licenses.unfree; maintainers = with lib.maintainers; [ fab qbit Loading