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

rns: 1.1.6 -> 1.1.8 (#512175)

parents 916d0abb d210d779
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage (finalAttrs: {
  pname = "rns";
  version = "1.1.6";
  version = "1.1.8";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "markqvist";
    repo = "Reticulum";
    tag = finalAttrs.version;
    hash = "sha256-21ym6R2zPxm8Z4zO6g/ZA4/A4S0SmwhOEqC6B+DTpOI=";
    hash = "sha256-HBH7TAHEDAygkfZC1vUQ502J8qwocKp9B1fWaAgLkHo=";
  };

  patches = [