Unverified Commit 19751496 authored by Yongun Seong's avatar Yongun Seong
Browse files

perlPackages.FinanceQuote: 1.66 -> 1.67

parent 8a0ddfe5
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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