mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-15 23:48:07 -05:00
gnu: beancount: Update to 2.3.5.
* gnu/packages/finance.scm (beancount): Update to 2.3.5.
This commit is contained in:
parent
c6c32ab966
commit
5610778266
1 changed files with 2 additions and 3 deletions
|
@ -1677,14 +1677,13 @@ (define-public flowee
|
||||||
(define-public beancount
|
(define-public beancount
|
||||||
(package
|
(package
|
||||||
(name "beancount")
|
(name "beancount")
|
||||||
(version "2.3.4")
|
(version "2.3.5")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "beancount" version))
|
(uri (pypi-uri "beancount" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "0sn3x6c5vwvdfak1qm0y4vv284izrc4dly31mqyd9jz9l8jmdqql"))
|
||||||
"1h465zc7gb0bc5pagm9fsp083sqxrn2mjfbk9l7h162xm7k8rw1b"))
|
|
||||||
(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