nckx pushed a commit to branch master
in repository guix.

commit 43595cfc788ecada54c67944b1fde498e54507f5
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Sun Dec 11 01:00:03 2022 +0100

    gnu: libofx: Update to 0.10.9.
    
    * gnu/packages/finance.scm (libofx): Update to 0.10.9.
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 828df0324e..8554a67764 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1645,7 +1645,7 @@ a client based on Qt.  This is a fork of Bitcoin Core.")
 (define-public libofx
   (package
     (name "libofx")
-    (version "0.10.7")
+    (version "0.10.9")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1654,7 +1654,7 @@ a client based on Qt.  This is a fork of Bitcoin Core.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1k3ygavyb9b3f1ra62dsa46iiia0a1588yn3zy7bh7w4vfcrbd6d"))))
+                "120hyhs4fkxrgpvd2p0hpf5v8dq0jjql2fzllk77m33m1c82pr18"))))
     (build-system gnu-build-system)
     (arguments
      (list

Reply via email to