perlPackages.FinanceQuote: 1.68 -> 1.70 (#534309)

This commit is contained in:
Guillaume Girol
2026-07-19 22:25:49 +00:00
committed by GitHub
+2 -2
View File
@@ -14466,10 +14466,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