summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2022-05-29 02:00:01 +0200
commit56107782660039fd5a7ea99f6a76e99e721ade4c (patch)
tree5a533d6a3d6d480e568ff5ff73f0e9e462ccc858
parentc6c32ab96666b0b23e080213d3c3371f499f8f1f (diff)
downloadguix-patches-56107782660039fd5a7ea99f6a76e99e721ade4c.tar
guix-patches-56107782660039fd5a7ea99f6a76e99e721ade4c.tar.gz
gnu: beancount: Update to 2.3.5.
* gnu/packages/finance.scm (beancount): Update to 2.3.5.
-rw-r--r--gnu/packages/finance.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 0f9a50045b..f2904d2106 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1677,14 +1677,13 @@ that allows you to run services and through them access the Bitcoin Cash network
(define-public beancount
(package
(name "beancount")
- (version "2.3.4")
+ (version "2.3.5")
(source
(origin
(method url-fetch)
(uri (pypi-uri "beancount" version))
(sha256
- (base32
- "1h465zc7gb0bc5pagm9fsp083sqxrn2mjfbk9l7h162xm7k8rw1b"))
+ (base32 "0sn3x6c5vwvdfak1qm0y4vv284izrc4dly31mqyd9jz9l8jmdqql"))
(patches (search-patches "beancount-disable-googleapis-fonts.patch"))))
(build-system python-build-system)
(arguments