File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15675,18 +15675,18 @@ let self = _self // overrides; _self = with self; {
15675
15675
};
15676
15676
15677
15677
XMLLibXML = buildPerlPackage rec {
15678
- name = "XML-LibXML-2.0129 ";
15678
+ name = "XML-LibXML-2.0132 ";
15679
15679
src = fetchurl {
15680
15680
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
15681
- sha256 = "0rmk6vysfgcn8434wyydd56midgshly37wx7c50ch038l2djd82w ";
15681
+ sha256 = "0xnl281hb590i287fxpl947f1s4zl9dnvc4ajvsqi89w23im453j ";
15682
15682
};
15683
15683
SKIP_SAX_INSTALL = 1;
15684
15684
buildInputs = [ pkgs.libxml2 ];
15685
15685
propagatedBuildInputs = [ XMLSAX ];
15686
15686
15687
15687
# https://rt.cpan.org/Public/Bug/Display.html?id=122958
15688
15688
preCheck = ''
15689
- rm t/32xpc_variables.t t/48_reader_undef_warning_on_empty_str_rt106830.t
15689
+ rm t/32xpc_variables.t
15690
15690
'';
15691
15691
};
15692
15692
You can’t perform that action at this time.
0 commit comments