mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-25 17:55:21 +00:00
perlPackages.TextBibTeX: 0.71 -> 0.72
This commit is contained in:
@@ -12950,11 +12950,11 @@ let self = _self // overrides; _self = with self; {
|
||||
};
|
||||
|
||||
TextBibTeX = buildPerlModule rec {
|
||||
name = "Text-BibTeX-0.71";
|
||||
name = "Text-BibTeX-0.72";
|
||||
buildInputs = [ ConfigAutoConf ExtUtilsLibBuilder ];
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/A/AM/AMBS/${name}.tar.gz";
|
||||
sha256 = "1jwi4yc4l1sf9pyc6qifcm493lwf8iggdjli7f9a9aqin1swh36d";
|
||||
sha256 = "0vfnj9ygdjympc8hsf38nc4a1lq45qbq7v6z6mrnfgr3k198b6gw";
|
||||
};
|
||||
meta = {
|
||||
description = "Interface to read and parse BibTeX files";
|
||||
|
||||
Reference in New Issue
Block a user