perlPackages.Apppapersway: 1.001 -> 1.004 (#358672)

This commit is contained in:
Arne Keller
2024-12-19 07:18:50 +01:00
committed by GitHub
+2 -2
View File
@@ -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 = {