mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
[cpan2nix] perlPackages.TextBibTeX: 0.87 -> 0.88
This commit is contained in:
parent
b72f736282
commit
3b05410f1d
1 changed files with 3 additions and 3 deletions
|
@ -17837,11 +17837,11 @@ let
|
|||
|
||||
TextBibTeX = buildPerlModule {
|
||||
pname = "Text-BibTeX";
|
||||
version = "0.87";
|
||||
version = "0.88";
|
||||
buildInputs = [ CaptureTiny ConfigAutoConf ExtUtilsLibBuilder ];
|
||||
src = fetchurl {
|
||||
url = mirror://cpan/authors/id/A/AM/AMBS/Text-BibTeX-0.87.tar.gz;
|
||||
sha256 = "1qhm0fin3j6nqpzlk0xy1lx6bzcrhb7fr82rjgkcq0wgmw91mqax";
|
||||
url = mirror://cpan/authors/id/A/AM/AMBS/Text-BibTeX-0.88.tar.gz;
|
||||
sha256 = "0b7lmjvfmypps1nw6nsdikgaakm0n0g4186glaqazg5xd1p5h55h";
|
||||
};
|
||||
perlPreHook = "export LD=$CC";
|
||||
perlPostHook = stdenv.lib.optionalString stdenv.isDarwin ''
|
||||
|
|
Loading…
Reference in a new issue