perlPackages.FinanceQuote: 1.67 -> 1.68

This commit is contained in:
Yongun Seong
2025-12-25 16:21:05 +09:00
parent accd181fd2
commit 0a035f4a90
+2 -2
View File
@@ -14230,10 +14230,10 @@ with self;
FinanceQuote = buildPerlPackage rec {
pname = "Finance-Quote";
version = "1.67";
version = "1.68";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BP/BPSCHUCK/Finance-Quote-${version}.tar.gz";
hash = "sha256-uqip/AS5o4+nh77gAWvNTMMwHMmi8KbDeBGaNdre6zA=";
hash = "sha256-MuyDh8qZZr/iTob1TiR/mgt9d5mrwADM+k8oI6+iREE=";
};
buildInputs = [
DateManip