0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 14:10:33 +03:00

perlPackages.FinanceQuote: 1.64 -> 1.65 (#410810)

This commit is contained in:
Marcus Ramberg 2025-05-31 18:37:56 +02:00 committed by GitHub
commit f54e6e7f53
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14151,10 +14151,10 @@ with self;
FinanceQuote = buildPerlPackage rec {
pname = "Finance-Quote";
version = "1.64";
version = "1.65";
src = fetchurl {
url = "mirror://cpan/authors/id/B/BP/BPSCHUCK/Finance-Quote-${version}.tar.gz";
hash = "sha256-BYB8lEFakSzlbiJ4FRcTjv/OdoOaj4LtOLsxxAaOXBs=";
hash = "sha256-C3pJZaLJrW+nwDawloHHtEWyB1j6qYNnsmZZz2L+Axg=";
};
buildInputs = [
DateManip