perlPackages.Apppapersway: 2.001 -> 3.000

This commit is contained in:
Francesco Gazzetta
2026-04-25 20:08:10 +02:00
parent ed684dccef
commit bee54186fc
+2 -2
View File
@@ -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