Unverified Commit 147c2f5c authored by Marcus Ramberg's avatar Marcus Ramberg Committed by GitHub
Browse files

perlPackages.Apppapersway: 2.001 -> 3.000 (#513420)

parents 78fa3ce2 bee54186
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1337,10 +1337,10 @@ with self;
  Apppapersway = buildPerlPackage rec {
    pname = "App-papersway";
    version = "2.001";
    version = "3.000";
    src = fetchurl {
      url = "mirror://cpan/authors/id/S/SP/SPWHITTON/App-papersway-${version}.tar.gz";
      hash = "sha256-Jx8MJdyr/tfumMhuCofQX0r3vWcVuDzfJGpCjq2+Odw=";
      hash = "sha256-60H7zCtVbBfYOqVKw9X1EjOM7mzjSuPj5IwcDWhC+dE=";
    };
    buildInputs = [
      AnyEvent