perlPackages.FinanceQuote: 1.68 -> 1.70

Changelog: https://github.com/finance-quote/finance-quote/releases/tag/v1.70
This commit is contained in:
Yongun Seong
2026-06-23 01:38:22 +09:00
parent 5d12fc54fd
commit 4c89d8ceed
+2 -2
View File
@@ -14308,10 +14308,10 @@ with self;
FinanceQuote = buildPerlPackage rec {
pname = "Finance-Quote";
version = "1.68";
version = "1.70";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BP/BPSCHUCK/Finance-Quote-${version}.tar.gz";
hash = "sha256-MuyDh8qZZr/iTob1TiR/mgt9d5mrwADM+k8oI6+iREE=";
hash = "sha256-XxrIe3j3b8nDAT2PRi1BpMuKDKCLqvnhvu3Fw7j0eRU=";
};
buildInputs = [
DateManip