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

rpl: 1.17 -> 1.18 (#387456)

parents ea004e31 eac749c1
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -6,13 +6,13 @@

python3Packages.buildPythonApplication rec {
  pname = "rpl";
  version = "1.17";
  version = "1.18";

  pyproject = true;

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-bx+7e0ydAz/Jd1AYM9Mz1oo9SHmG27cXF50N1IYd4gE=";
    hash = "sha256-N4043ig/ZoL4XpNpU5bzRh1xl3jheoAT9kvYfX9nHX4=";
  };

  nativeBuildInputs = [