guix_mirror_bot pushed a commit to branch master
in repository guix.
commit 867865b8455f50fb1b1927d7fa020ad5e60f985f
Author: Nicolas Graves <[email protected]>
AuthorDate: Sat Sep 6 02:11:47 2025 +0200
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 <[email protected]>
---
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 c05ecbdcf0..3e58354348 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