This is an automated email from the git hooks/post-receive script.

glv pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9d21858  gnu: beancount: Update to 2.3.4.
9d21858 is described below

commit 9d21858e92afb3c7308953b33f8df1642f313a6f
Author: François J <[email protected]>
AuthorDate: Fri Apr 16 23:12:38 2021 +0200

    gnu: beancount: Update to 2.3.4.
    
    * gnu/packages/finance.scm (beancount): Update to 2.3.4.
    
    Signed-off-by: Guillaume Le Vaillant <[email protected]>
---
 gnu/packages/finance.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f8d15b8..1769277 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -23,6 +23,7 @@
 ;;; Copyright © 2020 Carlo Holl <[email protected]>
 ;;; Copyright © 2020 Giacomo Leidi <[email protected]>
 ;;; Copyright © 2021 ZmnSCPxj jxPCSnmZ <[email protected]>
+;;; Copyright © 2021 François J <[email protected]>
 ;;;
 ;;; 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

Reply via email to