Compare commits

...

2 commits

Author SHA1 Message Date
nixpkgs-ci[bot] 2fa40577f2
Merge 9e62835af1 into d9e07ab249 2025-11-08 22:55:41 +00:00
Yongun Seong 9e62835af1 perlPackages.FinanceQuote: 1.66 -> 1.67
(cherry picked from commit 19751496f4)
2025-11-08 22:38:45 +00:00

View file

@ -14194,10 +14194,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