perlPackages.FinanceQuote: 1.66 -> 1.67 (#453488)

This commit is contained in:
Stig
2025-11-08 22:32:23 +00:00
committed by GitHub
+2 -2
View File
@@ -14233,10 +14233,10 @@ with self;
FinanceQuote = buildPerlPackage rec {
pname = "Finance-Quote";
version = "1.66";
version = "1.67";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BP/BPSCHUCK/Finance-Quote-${version}.tar.gz";
hash = "sha256-GOkdcI+Ah6JvvL+zsKYe0UcdKks855jecwTzBIGkZ+k=";
hash = "sha256-uqip/AS5o4+nh77gAWvNTMMwHMmi8KbDeBGaNdre6zA=";
};
buildInputs = [
DateManip