aboutsummaryrefslogtreecommitdiff
path: root/tw
diff options
context:
space:
mode:
authorTimo Wilken2024-02-29 18:22:42 +0100
committerTimo Wilken2024-02-29 18:22:42 +0100
commit082c66199dbe047ac165f3ffcb13972c020612a8 (patch)
tree7d6792f6d2fa47a937fad0de293b25a3e8750392 /tw
parent2c73ec3266a228944ead11d08a2193b0dbb9c97f (diff)
Update ledgerplot to 1.1.2
Diffstat (limited to 'tw')
-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 29a4a405..c0e1076d 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.1")
+ (version "1.1.2")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://git.twilken.net/ledgerplot")
(commit version)))
- (sha256 (base32 "0cl289ick1138fpldvfk5jxh7cpgj59n3rv0b4j3sm6hpx8dbblv"))))
+ (sha256 (base32 "0j6rs2y0g74h0pd9p6yk03j482r7vzqzr774ldcz8bm9248cifi2"))))
;; Ledgerplot only works with SBCL.
(build-system asdf-build-system/sbcl)
(arguments `(#:phases