Unverified Commit 2964de94 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

python3Packages.rns: 0.9.1 -> 0.9.2 (#382949)

parents cb608471 27d6497b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,14 +20,14 @@

buildPythonPackage rec {
  pname = "rns";
  version = "0.9.1";
  version = "0.9.2";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "markqvist";
    repo = "Reticulum";
    tag = version;
    hash = "sha256-AR7JMvx5qWPFtMhotO2MlqKH5d/CcGOrvpaB031vTX8=";
    hash = "sha256-BnR+gVcV4ul/z6Yoj4KFisBqGK0HOHfsisTNqLPrgF8=";
  };

  patches = [