From 03b689e3baa2803d4cc7a9c60fc99e881f22a0f0 Mon Sep 17 00:00:00 2001 From: Yongun Seong Date: Sun, 21 May 2023 00:00:34 +0900 Subject: [PATCH] perlPackages.FinanceQuote: 1.49 -> 1.55 --- pkgs/top-level/perl-packages.nix | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/pkgs/top-level/perl-packages.nix b/pkgs/top-level/perl-packages.nix index 474c4b1ed0b2..3a6a76c5a023 100644 --- a/pkgs/top-level/perl-packages.nix +++ b/pkgs/top-level/perl-packages.nix @@ -9857,17 +9857,18 @@ with self; { FinanceQuote = buildPerlPackage { pname = "Finance-Quote"; - version = "1.49"; + version = "1.55"; src = fetchurl { - url = "mirror://cpan/authors/id/E/EC/ECOCODE/Finance-Quote-1.49.tar.gz"; - hash = "sha256-ldvERDumVjILNjxWYl0E83nJQ+IC9g9AoqNRUrVLv1M="; + url = "mirror://cpan/authors/id/B/BP/BPSCHUCK/Finance-Quote-1.55.tar.gz"; + hash = "sha256-4uAAtnxmtq9Q1HYYWEkhEFEKVaAwqJEBfUDH3iGLdI8="; }; - propagatedBuildInputs = [ CGI DateTimeFormatStrptime HTMLTableExtract JSON JSONParse LWPProtocolHttps StringUtil TextTemplate ]; - buildInputs = [ TestPod ]; + buildInputs = [ DateManip DateRange DateSimple DateTime DateTimeFormatISO8601 StringUtil TestKwalitee TestPerlCritic TestPod TestPodCoverage ]; + propagatedBuildInputs = [ DateTimeFormatStrptime Encode HTMLTableExtract HTMLTokeParserSimple HTMLTree HTMLTreeBuilderXPath HTTPCookies JSON IOCompress LWPProtocolHttps Readonly StringUtil SpreadsheetXLSX TextTemplate TryTiny WebScraper XMLLibXML libwwwperl ]; meta = { homepage = "https://finance-quote.sourceforge.net/"; description = "Get stock and mutual fund quotes from various exchanges"; - license = with lib.licenses; [gpl2 ]; + license = with lib.licenses; [ gpl2Plus ]; + maintainers = with lib.maintainers; [ nevivurn ]; }; };