Unverified Commit 52493b0d authored by Stig's avatar Stig Committed by GitHub
Browse files

Merge pull request #310106 from nevivurn/feat/fq-161

perlPackages.FinanceQuote: 1.60 -> 1.61
parents 623069cd 54c67f43
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -10397,10 +10397,10 @@ with self; {
  FinanceQuote = buildPerlPackage rec {
    pname = "Finance-Quote";
    version = "1.60";
    version = "1.61";
    src = fetchurl {
      url = "mirror://cpan/authors/id/B/BP/BPSCHUCK/Finance-Quote-${version}.tar.gz";
      hash = "sha256-UXrYQNvOhzdVjnMxNJ/fa7J5u7sMobV+3SN7T5jVw34=";
      hash = "sha256-Qw7p3yLcqjLrYwpNf7V6KFQvn+UHsmawo39nVLTzWgg=";
    };
    buildInputs = [ DateManip DateRange DateSimple DateTime DateTimeFormatISO8601 StringUtil TestKwalitee TestPerlCritic TestPod TestPodCoverage ];
    propagatedBuildInputs = [ DateManip DateTimeFormatStrptime Encode HTMLTableExtract HTMLTokeParserSimple HTMLTree HTMLTreeBuilderXPath HTTPCookies HTTPCookieJar JSON IOCompress IOString LWPProtocolHttps Readonly StringUtil SpreadsheetXLSX TextTemplate TryTiny WebScraper XMLLibXML libwwwperl ];