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

rns: 1.1.9 -> 1.2.0 (#515242)

parents d943df73 44dc4682
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.9";
  version = "1.2.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "markqvist";
    repo = "Reticulum";
    tag = finalAttrs.version;
    hash = "sha256-JYBXk/IOL+XVhvF1qEs/1H9VMWbfLQmIPrLJgJv2ZBw=";
    hash = "sha256-DsEE+KRR4INC6kR39VCWrhMgEHNPexrQABYea5OSntI=";
  };

  patches = [