aboutsummaryrefslogtreecommitdiff
path: root/tw/packages/finance.scm
diff options
context:
space:
mode:
authorTimo Wilken2024-02-11 22:41:39 +0100
committerTimo Wilken2024-02-11 22:41:39 +0100
commit94bdfc84fcd9659f7363d82127ae02ca49fa8f4d (patch)
tree02a8dbc473bf2b826d236a1fdc7c9cb98393834a /tw/packages/finance.scm
parent726fe6c32ad19f1110cea6ab12d7d7a1e4c9d949 (diff)
Update ledgerplot and fetch exchange rates on weeknights
Diffstat (limited to 'tw/packages/finance.scm')
-rw-r--r--tw/packages/finance.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/packages/finance.scm b/tw/packages/finance.scm
index facb2bf7..29a4a405 100644
--- a/tw/packages/finance.scm
+++ b/tw/packages/finance.scm
@@ -57,13 +57,13 @@ hledger, for use in Grafana, e.g. to create nice graphs.")
(define-public ledgerplot
(package
(name "ledgerplot")
- (version "1.1.0")
+ (version "1.1.1")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.twilken.net/ledgerplot")
(commit version)))
- (sha256 (base32 "04i6chp2b3vd0i7bj9zp2bfy50mdbjcdr9zqspy9np3y7i48pimv"))))
+ (sha256 (base32 "0cl289ick1138fpldvfk5jxh7cpgj59n3rv0b4j3sm6hpx8dbblv"))))
;; Ledgerplot only works with SBCL.
(build-system asdf-build-system/sbcl)
(arguments `(#:phases