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

python3Packages.rns: 1.1.5 -> 1.1.6 (#511541)

parents 0ad429b4 9dbe60f4
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.5";
  version = "1.1.6";
  pyproject = true;

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

  patches = [