[cpan2nix] perlPackages.HTMLSelectorXPath: 0.16 -> 0.23
This commit is contained in:
parent
3db2eb336f
commit
b357de04f5
@ -6799,10 +6799,10 @@ let self = _self // overrides; _self = with self; {
|
|||||||
};
|
};
|
||||||
|
|
||||||
HTMLSelectorXPath = buildPerlPackage {
|
HTMLSelectorXPath = buildPerlPackage {
|
||||||
name = "HTML-Selector-XPath-0.16";
|
name = "HTML-Selector-XPath-0.23";
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = mirror://cpan/authors/id/C/CO/CORION/HTML-Selector-XPath-0.16.tar.gz;
|
url = mirror://cpan/authors/id/C/CO/CORION/HTML-Selector-XPath-0.23.tar.gz;
|
||||||
sha256 = "0v12plal866ifcv7m8x22abrddd6cf12gn55qclk53qqa6c8f8m6";
|
sha256 = "0vvvdrccypwv3qpf9hq5h2b6k0p5qrmz60p2swjh009dvr601h7j";
|
||||||
};
|
};
|
||||||
buildInputs = [ TestBase ];
|
buildInputs = [ TestBase ];
|
||||||
meta = {
|
meta = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user