gnu: beancount: Update to 2.3.5.

* gnu/packages/finance.scm (beancount): Update to 2.3.5.
This commit is contained in:
Tobias Geerinckx-Rice 2022-05-29 02:00:00 +02:00
parent c6c32ab966
commit 5610778266
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -1677,14 +1677,13 @@ (define-public flowee
(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