Unverified Commit 5e0c50ca authored by Valentin Brandl's avatar Valentin Brandl
Browse files

Apppapersway: 1.001 -> 1.004

parent 54834bdf
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -942,10 +942,10 @@ with self; {
  Apppapersway = buildPerlPackage rec {
    pname = "App-papersway";
    version = "1.001";
    version = "1.004";
    src = fetchurl {
      url = "mirror://cpan/authors/id/S/SP/SPWHITTON/App-papersway-${version}.tar.gz";
      hash = "sha256-61OMfvEhgwFbNlOFjm9p3QxDOn31jQZdN8i1nIsWlns=";
      hash = "sha256-/RLSAM0tJEmVlzNDkTCItNZQXGb1hnllmXvEvxgh4Qo=";
    };
    buildInputs = [ AnyEvent AnyEventI3 GetoptLong JSON ];
    meta = {