Commit 090889d9 authored by Fabian Affolter's avatar Fabian Affolter
Browse files
parent 0cd37990
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

buildPythonPackage rec {
  pname = "nomadnet";
  version = "0.7.0";
  version = "0.8.0";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "markqvist";
    repo = "NomadNet";
    tag = version;
    hash = "sha256-/ITBpj5XOn+GYzc2gMg3J8c1eeKWjbyZ4rcXXo4n2Fw=";
    hash = "sha256-9XuwVz7p05jgFkDMuag07ibXxjM+MhkL4dLdRs/O3NI=";
  };

  build-system = [ setuptools ];