@@ -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")