guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#47831] [PATCH] gnu: beancount: Update to 2.3.4.


From: François J
Subject: [bug#47831] [PATCH] gnu: beancount: Update to 2.3.4.
Date: Fri, 16 Apr 2021 23:12:38 +0200

* gnu/packages/finance.scm (beancount): Update to 2.3.4
---
 gnu/packages/finance.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index f18438bc88..8e2a5ad4a4 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -1587,14 +1587,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
-- 
2.30.1





reply via email to

[Prev in Thread] Current Thread [Next in Thread]