Unverified Commit 5478ffc8 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python3Packages.rns: 1.0.3 -> 1.0.4 (#465455)

parents 13fafb7e ea6d61d2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -14,14 +14,14 @@

buildPythonPackage rec {
  pname = "rns";
  version = "1.0.3";
  version = "1.0.4";
  pyproject = true;

  src = fetchFromGitHub {
    owner = "markqvist";
    repo = "Reticulum";
    tag = version;
    hash = "sha256-Tvn51iODNES35VRDR7/Ev/8El5XDe1nObujrjhcvrM8=";
    hash = "sha256-55fCmd1ihwvXQpsvEQ4xJH1p5aFEiUJZI7kE0LQX6WQ=";
  };

  patches = [