perlPackages.FinanceQuote: 1.57 -> 1.58

Diff: https://github.com/finance-quote/finance-quote/compare/v1.57...v1.58
This commit is contained in:
Yongun Seong 2023-08-13 21:59:12 +09:00
parent 1161b74d15
commit 59dc8ca70e
No known key found for this signature in database

View file

@ -9953,10 +9953,10 @@ with self; {
FinanceQuote = buildPerlPackage rec {
pname = "Finance-Quote";
version = "1.57";
version = "1.58";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BP/BPSCHUCK/Finance-Quote-${version}.tar.gz";
hash = "sha256-dm7dUw+RRp+MGiU6nVs4jX167PTMiihFL0SHASOTQs4=";
hash = "sha256-jN3qDTgJo2aVzuaaKGK+qs1hU1f+uv23JkGnerRna4A=";
};
buildInputs = [ DateManip DateRange DateSimple DateTime DateTimeFormatISO8601 StringUtil TestKwalitee TestPerlCritic TestPod TestPodCoverage ];
propagatedBuildInputs = [ DateManip DateTimeFormatStrptime Encode HTMLTableExtract HTMLTokeParserSimple HTMLTree HTMLTreeBuilderXPath HTTPCookies JSON IOCompress IOString LWPProtocolHttps Readonly StringUtil SpreadsheetXLSX TextTemplate TryTiny WebScraper XMLLibXML libwwwperl ];