gnucash-on-flatpak master: Add JSON::Parse to finance-quote-source
John Ralls
jralls at code.gnucash.org
Tue Mar 28 18:40:20 EDT 2023
Updated via https://github.com/Gnucash/gnucash-on-flatpak/commit/aff91cc6 (commit)
from https://github.com/Gnucash/gnucash-on-flatpak/commit/2beab5cf (commit)
commit aff91cc6aba7049f0ed03951daae055c7c189236
Author: John Ralls <jralls at ceridwen.us>
Date: Tue Mar 28 15:40:06 2023 -0700
Add JSON::Parse to finance-quote-source
Fixes https://bugs.gnucash.org/show_bug.cgi?id=798805
diff --git a/modules/finance-quote-sources.json b/modules/finance-quote-sources.json
index 54a0827..9ffa7dd 100644
--- a/modules/finance-quote-sources.json
+++ b/modules/finance-quote-sources.json
@@ -103,6 +103,7 @@
"(make_install perl-libs/Spreadsheet-ParseExcel)",
"(make_install perl-libs/Spreadsheet-XLSX)",
"(make_install perl-libs/JSON)",
+ "(make_install perl-libs/JSON-Parse)",
"(make_install perl-libs/HTML-Element-Extended)",
"(make_install perl-libs/HTML-TableExtract)",
"(make_install perl-libs/Text-Template)",
@@ -394,6 +395,12 @@
"type": "archive",
"url": "https://cpan.metacpan.org/authors/id/I/IS/ISHIGAKI/JSON-4.10.tar.gz"
},
+ {
+ "dest": "perl-libs/JSON-Parse",
+ "sha256": "6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9",
+ "type": "archive",
+ "url": "https://cpan.metacpan.org/authors/id/B/BK/BKB/JSON-Parse-0.62.tar.gz"
+ },
{
"dest": "perl-libs/LWP-MediaTypes",
"sha256": "8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9",
Summary of changes:
modules/finance-quote-sources.json | 7 +++++++
1 file changed, 7 insertions(+)
More information about the gnucash-changes
mailing list