mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 12:15:34 +03:00
perlPackages.Apppapersway: 1.004 -> 2.001
This commit is contained in:
parent
90eb37f928
commit
08384841be
1 changed files with 2 additions and 2 deletions
|
@ -1319,10 +1319,10 @@ with self;
|
||||||
|
|
||||||
Apppapersway = buildPerlPackage rec {
|
Apppapersway = buildPerlPackage rec {
|
||||||
pname = "App-papersway";
|
pname = "App-papersway";
|
||||||
version = "1.004";
|
version = "2.001";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://cpan/authors/id/S/SP/SPWHITTON/App-papersway-${version}.tar.gz";
|
url = "mirror://cpan/authors/id/S/SP/SPWHITTON/App-papersway-${version}.tar.gz";
|
||||||
hash = "sha256-/RLSAM0tJEmVlzNDkTCItNZQXGb1hnllmXvEvxgh4Qo=";
|
hash = "sha256-Jx8MJdyr/tfumMhuCofQX0r3vWcVuDzfJGpCjq2+Odw=";
|
||||||
};
|
};
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
AnyEvent
|
AnyEvent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue