Skip to content

Commit

Permalink
Apppapersway: 1.001 -> 1.004
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e0c50c)
  • Loading branch information
vbrandl authored and fgaz committed Dec 22, 2024
1 parent ea52c52 commit 7b40eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 7b40eb8

Please sign in to comment.