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

python3Packages.rns: 0.8.2 -> 0.8.3 (#347741)

parents 28926771 120ea3ae
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -13,7 +13,7 @@

buildPythonPackage rec {
  pname = "rns";
  version = "0.8.2";
  version = "0.8.3";
  pyproject = true;

  disabled = pythonOlder "3.7";
@@ -22,7 +22,7 @@ buildPythonPackage rec {
    owner = "markqvist";
    repo = "Reticulum";
    rev = "refs/tags/${version}";
    hash = "sha256-H3n3TywMkyefX5X6QhjX73dy9xCnLRjJh0cmx8HSdVU=";
    hash = "sha256-A1ZDyYHjbC2jz+m4EHRPlOMzkpwCCxo902bMK4I/+I4=";
  };

  patches = [
@@ -49,6 +49,9 @@ buildPythonPackage rec {
    homepage = "https://github.com/markqvist/Reticulum";
    changelog = "https://github.com/markqvist/Reticulum/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ fab ];
    maintainers = with maintainers; [
      fab
      qbit
    ];
  };
}