From 867865b8455f50fb1b1927d7fa020ad5e60f985f Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Sat, 6 Sep 2025 02:11:47 +0200 Subject: [PATCH] gnu: libofx: Replace libxml++@2 with latest version. * gnu/packages/finance.scm (libofx)[inputs]: Replace libxml++@2 with libxml++@5. Improve style. Signed-off-by: Liliana Marie Prikler --- gnu/packages/finance.scm | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index c05ecbdcf00..3e58354348a 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -1904,10 +1904,7 @@ wallet.") help2man libtool pkg-config)) - (inputs - (list curl - libxml++-2 - opensp)) + (inputs (list curl libxml++ opensp)) (home-page "http://libofx.sourceforge.net/") (synopsis "Library supporting the Open Financial Exchange format") (description