Commit 5037e986 authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python310Packages.nomadnet: 0.2.7 -> 0.2.8

parent 9e0e98d0
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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