Commit 178d6222 authored by R. RyanTM's avatar R. RyanTM
Browse files

python3Packages.rns: 0.9.6 -> 1.0.0

parent cb8ff21c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "rns";
  version = "0.9.6";
  version = "1.0.0";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "markqvist";
    repo = "Reticulum";
    tag = version;
    hash = "sha256-TZXImMtAesLF6u6Yw/mvpQOjXK07UI4Op4fniq+pSu0=";
    hash = "sha256-d227mAVJKcm3Dx2HS7CvVsyWyLl7GoPSA/YrWjs7jm0=";
  };

  patches = [