GNU bug report logs -
#54768
[PATCH 0/3] Add ledger-autosync and required dependencies
Previous Next
Full log
Message #14 received at 54768 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/finance.scm (ledger-autosync): New variable
---
gnu/packages/finance.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 9f2d055048..1b23379a30 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -394,6 +394,23 @@ (define-public ledger
"file://src/wcwidth.cc"
"See src/wcwidth.cc in the distribution.")))))
+(define-public ledger-autosync
+ (package
+ (name "ledger-autosync")
+ (version "1.0.3")
+ (source (origin
+ (method url-fetch)
+ (uri (pypi-uri "ledger-autosync" version))
+ (sha256
+ (base32
+ "0i4942qbsphq72zx7kd3rgw25rpq4fg4vl43akkl189wzcrgwv6j"))))
+ (build-system python-build-system)
+ (inputs (list python-ofxclient python-ofxparse))
+ (home-page "https://gitlab.com/egh/ledger-autosync")
+ (synopsis "Automatically sync your bank's data with ledger")
+ (description "Automatically sync your bank's data with ledger")
+ (license license:gpl3)))
+
(define-public emacs-ledger-mode
(package
(name "emacs-ledger-mode")
--
2.34.0
This bug report was last modified 3 years and 67 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.