mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: beancount: Update to 2.3.6.
* gnu/packages/finance.scm (beancount): Update to 2.3.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
813aee874c
commit
07e6ecb870
1 changed files with 2 additions and 2 deletions
|
@ -1957,13 +1957,13 @@ (define-public flowee
|
||||||
(define-public beancount
|
(define-public beancount
|
||||||
(package
|
(package
|
||||||
(name "beancount")
|
(name "beancount")
|
||||||
(version "2.3.5")
|
(version "2.3.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "beancount" version))
|
(uri (pypi-uri "beancount" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0sn3x6c5vwvdfak1qm0y4vv284izrc4dly31mqyd9jz9l8jmdqql"))
|
(base32 "0nj7sdh7wxc0hv8wxwqhw9v1zgx1sn4w92368ci2wzdmssz967w0"))
|
||||||
(patches (search-patches "beancount-disable-googleapis-fonts.patch"))))
|
(patches (search-patches "beancount-disable-googleapis-fonts.patch"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue