diff options
author | François J <francois-oss@avalenn.eu> | 2021-04-16 23:12:38 +0200 |
---|---|---|
committer | Guillaume Le Vaillant <glv@posteo.net> | 2021-04-17 09:18:27 +0200 |
commit | 9d21858e92afb3c7308953b33f8df1642f313a6f (patch) | |
tree | 93696bf8bf0366e9ecbc29cae7379d60770d556f /gnu | |
parent | caa0229a25908233d3bb523cbf48065ff2a66d12 (diff) | |
download | guix-9d21858e92afb3c7308953b33f8df1642f313a6f.tar.gz guix-9d21858e92afb3c7308953b33f8df1642f313a6f.zip |
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.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index f8d15b8856..1769277643 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -23,6 +23,7 @@ ;;; Copyright © 2020 Carlo Holl <carloholl@gmail.com> ;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org> ;;; Copyright © 2021 ZmnSCPxj jxPCSnmZ <ZmnSCPxj@protonmail.com> +;;; Copyright © 2021 François J <francois-oss@avalenn.eu> ;;; ;;; This file is part of GNU Guix. ;;; @@ -1588,14 +1589,14 @@ that allows you to run services and through them access the Bitcoin Cash network (define-public beancount (package (name "beancount") - (version "2.2.3") + (version "2.3.4") (source (origin (method url-fetch) (uri (pypi-uri "beancount" version)) (sha256 (base32 - "0pcfl2rx2ng06i4f9izdpnlnb1k0rdzsckbzzn4cn4ixfzyssm0m")) + "1h465zc7gb0bc5pagm9fsp083sqxrn2mjfbk9l7h162xm7k8rw1b")) (patches (search-patches "beancount-disable-googleapis-fonts.patch")))) (build-system python-build-system) (arguments |