perlPackages.TextBibTeX: 0.89 -> 0.91

fixes build

https://metacpan.org/release/AMBS/Text-BibTeX-0.90
https://metacpan.org/release/AMBS/Text-BibTeX-0.91
This commit is contained in:
Leona Maroni
2025-12-17 12:43:09 +01:00
parent 6bbae4f5ec
commit af9f1ddf96
+3 -3
View File
@@ -35648,15 +35648,15 @@ with self;
TextBibTeX = buildPerlModule {
pname = "Text-BibTeX";
version = "0.89";
version = "0.91";
buildInputs = [
CaptureTiny
ConfigAutoConf
ExtUtilsLibBuilder
];
src = fetchurl {
url = "mirror://cpan/authors/id/A/AM/AMBS/Text-BibTeX-0.89.tar.gz";
hash = "sha256-iKeOvwiOx1AvQBxaKxOMhiz1RYU0t3MiO786r0EiQZY=";
url = "mirror://cpan/authors/id/A/AM/AMBS/Text-BibTeX-0.91.tar.gz";
hash = "sha256-PwETz4/nHcdIRjbcjipYFjfsvMgtC+KbvUbQvz+M2zc=";
};
# libbtparse.so: cannot open shared object file
patches = [ ../development/perl-modules/TextBibTeX-use-lib.patch ];