Unverified Commit 39e46583 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.nomadnet: 0.6.1 -> 0.6.2, rns: 0.9.3 -> 0.9.4 (#398945)

parents 09c90786 182134f6
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.1";
  version = "0.6.2";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
    owner = "markqvist";
    repo = "NomadNet";
    tag = version;
    hash = "sha256-TKn35rrWsHo/5bGriMcPx+lPvhWzmVXU3EG4KU/ebwI=";
    hash = "sha256-HBNZvU4ZCLgEn8ul1iflaY18novZMnn8GIojriX/ej0=";
  };

  build-system = [ setuptools ];
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "rns";
  version = "0.9.3";
  version = "0.9.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "markqvist";
    repo = "Reticulum";
    tag = version;
    hash = "sha256-50L+5WVsYaidz71rkGZny2KlCR3ZfPEQJEPI38MOBWA=";
    hash = "sha256-Z6Af/PNQkbo+0xn0kEh2I8T03D/gQpuRNHBhLX3mkms=";
  };

  patches = [