diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-09-06 02:11:47 +0200 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2025-09-10 07:49:14 +0200 |
| commit | 867865b8455f50fb1b1927d7fa020ad5e60f985f (patch) | |
| tree | 48ebda03cff07e2a563017d9d4ac67dfce3bbf2c /gnu | |
| parent | 4f9da5d4026dce3d1e75e12e5da31489aeb7288f (diff) | |
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 <liliana.prikler@gmail.com>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/finance.scm | 5 |
1 files changed, 1 insertions, 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 |
