python310Packages.nomadnet: 0.2.7 -> 0.2.8

Changelog: https://github.com/markqvist/NomadNet/releases/tag/0.2.8
This commit is contained in:
Fabian Affolter 2022-11-25 09:03:06 +01:00
parent 9e0e98d087
commit 5037e98639

View File

@ -5,11 +5,12 @@
, lxmf
, urwid
, pythonOlder
, qrcode
}:
buildPythonPackage rec {
pname = "nomadnet";
version = "0.2.7";
version = "0.2.8";
format = "setuptools";
disabled = pythonOlder "3.7";
@ -18,13 +19,14 @@ buildPythonPackage rec {
owner = "markqvist";
repo = "NomadNet";
rev = "refs/tags/${version}";
hash = "sha256-ycQWvJnYvuNtXxNWjuLXD+TghscCIuOZMmch02M9C00=";
hash = "sha256-Vzi+v+M0LfptNq/6nc3usnf3YLzBwYcij2hAt835Or8=";
};
propagatedBuildInputs = [
rns
lxmf
urwid
qrcode
];
# Module has no tests