Commit 9ca0be1b authored by Fabian Affolter's avatar Fabian Affolter Committed by Masum Reza
Browse files
parent 5e47231a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@

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

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

  build-system = [ setuptools ];