gnucash-on-flatpak unstable: Replace Date::Manip with JSON::Parse in Finance::Quote module.

John Ralls jralls at code.gnucash.org
Fri Mar 10 17:08:09 EST 2023


Updated	 via  https://github.com/Gnucash/gnucash-on-flatpak/commit/8f1d72ab (commit)
	from  https://github.com/Gnucash/gnucash-on-flatpak/commit/44494277 (commit)



commit 8f1d72abd7c658a38071a8b6ed1f51d98e29d4e3
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri Mar 10 14:06:24 2023 -0800

    Replace Date::Manip with JSON::Parse in Finance::Quote module.
    
    The new quotes code doesn't use Date::Manip and uses JSON::Parse.

diff --git a/modules/finance-quote-sources.json b/modules/finance-quote-sources.json
index 54a0827..089d984 100644
--- a/modules/finance-quote-sources.json
+++ b/modules/finance-quote-sources.json
@@ -14,7 +14,7 @@
       "        exit 1",
       "    fi",
       "}",
-      "(make_install perl-libs/Date-Manip)",
+      "(make_install perl-libs/JSON-Parse)",
       "(make_install perl-libs/XML-XPathEngine)",
       "(make_install perl-libs/Module-Build)",
       "(make_install perl-libs/Try-Tiny)",
@@ -173,10 +173,10 @@
     "url": "https://cpan.metacpan.org/authors/id/S/SI/SIFUKURT/Crypt-RC4-2.02.tar.gz"
   },
   {
-    "dest": "perl-libs/Date-Manip",
-    "sha256": "5caaa9cd1e2b0a1b84124c373e02e89b17c89fdb8fc5bc5f75ac41d304a37617",
+    "dest": "perl-libs/JSON-Parse",
+    "sha256": "6273180f9392497401ddd6d820706f5aa86c1be88891dd6aab4d906b5cff66d9",
     "type": "archive",
-    "url": "https://cpan.metacpan.org/authors/id/S/SB/SBECK/Date-Manip-6.89.tar.gz"
+    "url": "https://cpan.metacpan.org/authors/id/B/BK/BKB/JSON-Parse-0.62.tar.gz"
   },
   {
     "dest": "perl-libs/DateTime",



Summary of changes:
 modules/finance-quote-sources.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)



More information about the gnucash-changes mailing list