summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorFrançois J <francois-oss@avalenn.eu>2021-04-16 23:12:38 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2021-04-17 09:18:27 +0200
commit9d21858e92afb3c7308953b33f8df1642f313a6f (patch)
tree93696bf8bf0366e9ecbc29cae7379d60770d556f /gnu
parentcaa0229a25908233d3bb523cbf48065ff2a66d12 (diff)
gnu: beancount: Update to 2.3.4.
* gnu/packages/finance.scm (beancount): Update to 2.3.4. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/finance.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f8d15b88561..1769277643c 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -23,6 +23,7 @@
23;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com> 23;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com>
24;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org> 24;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
25;;; Copyright © 2021 ZmnSCPxj jxPCSnmZ <ZmnSCPxj@protonmail.com> 25;;; Copyright © 2021 ZmnSCPxj jxPCSnmZ <ZmnSCPxj@protonmail.com>
26;;; Copyright © 2021 François J <francois-oss@avalenn.eu>
26;;; 27;;;
27;;; This file is part of GNU Guix. 28;;; This file is part of GNU Guix.
28;;; 29;;;
@@ -1588,14 +1589,14 @@ that allows you to run services and through them access the Bitcoin Cash network
1588(define-public beancount 1589(define-public beancount
1589 (package 1590 (package
1590 (name "beancount") 1591 (name "beancount")
1591 (version "2.2.3") 1592 (version "2.3.4")
1592 (source 1593 (source
1593 (origin 1594 (origin
1594 (method url-fetch) 1595 (method url-fetch)
1595 (uri (pypi-uri "beancount" version)) 1596 (uri (pypi-uri "beancount" version))
1596 (sha256 1597 (sha256
1597 (base32 1598 (base32
1598 "0pcfl2rx2ng06i4f9izdpnlnb1k0rdzsckbzzn4cn4ixfzyssm0m")) 1599 "1h465zc7gb0bc5pagm9fsp083sqxrn2mjfbk9l7h162xm7k8rw1b"))
1599 (patches (search-patches "beancount-disable-googleapis-fonts.patch")))) 1600 (patches (search-patches "beancount-disable-googleapis-fonts.patch"))))
1600 (build-system python-build-system) 1601 (build-system python-build-system)
1601 (arguments 1602 (arguments