[cpan2nix] perlPackages.HTMLSelectorXPath: 0.23 -> 0.25

This commit is contained in:
volth 2018-12-28 14:18:21 +00:00
parent 5573f822cb
commit a7d6f8dbc0
1 changed files with 3 additions and 3 deletions

View File

@ -7054,10 +7054,10 @@ let
}; };
HTMLSelectorXPath = buildPerlPackage { HTMLSelectorXPath = buildPerlPackage {
name = "HTML-Selector-XPath-0.23"; name = "HTML-Selector-XPath-0.25";
src = fetchurl { src = fetchurl {
url = mirror://cpan/authors/id/C/CO/CORION/HTML-Selector-XPath-0.23.tar.gz; url = mirror://cpan/authors/id/C/CO/CORION/HTML-Selector-XPath-0.25.tar.gz;
sha256 = "0vvvdrccypwv3qpf9hq5h2b6k0p5qrmz60p2swjh009dvr601h7j"; sha256 = "1qbad8ayffpx7wj76ip05p6rh9p1lkir6qknpl76zy679ghlsp8s";
}; };
buildInputs = [ TestBase ]; buildInputs = [ TestBase ];
meta = { meta = {