guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#54768] [PATCH 3/3] gnu: Add ledger-autosync


From: Collin J. Doering
Subject: [bug#54768] [PATCH 3/3] gnu: Add ledger-autosync
Date: Thu, 7 Apr 2022 12:29:41 -0400

* 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






reply via email to

[Prev in Thread] Current Thread [Next in Thread]