GNU bug report logs - #78252
[PATCH 0/5] Update beancount to v3

Previous Next

Package: guix-patches;

Reported by: Sergey Trofimov <sarg <at> sarg.org.ru>

Date: Mon, 5 May 2025 07:05:01 UTC

Severity: normal

Tags: patch

Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>

Full log


Message #38 received at 78252 <at> debbugs.gnu.org (full text, mbox):

From: Sergey Trofimov <sarg <at> sarg.org.ru>
To: 78252 <at> debbugs.gnu.org
Cc: Sergey Trofimov <sarg <at> sarg.org.ru>
Subject: [PATCH v1 5/5] gnu: fava: Update to 1.30.2.
Date: Thu,  8 May 2025 07:06:46 +0200
* gnu/packages/finance.scm (fava): Update to 1.30.2.

Change-Id: I95048f2a26ed08ed7747ca80f89a455f38211203
---
 gnu/packages/finance.scm | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index bde8f0519f..c1478248dd 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2143,17 +2143,20 @@ (define-public python-beangulp
 (define-public fava
   (package
     (name "fava")
-    (version "1.27")
+    (version "1.30.2")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri "fava" version))
        (sha256
-        (base32 "0cw3pmyrknsw0h4w3v9vyk6wrii68zwkywsyyvjzyl2qz3xq8srk"))))
+        (base32 "110ah1xsapiabjssl6lzp0s7nl5ypszpmqndgfqw4pifpgzp3kdf"))))
     (build-system pyproject-build-system)
     (propagated-inputs
-     (list beancount
+     (list beancount-3
+           beanquery
            python-babel
+           python-anyio
+           python-beangulp
            python-cheroot
            python-click
            python-flask
@@ -2162,6 +2165,7 @@ (define-public fava
            python-markdown2
            python-ply
            python-simplejson
+           python-watchfiles
            python-werkzeug))
     (native-inputs
      (list python-babel
-- 
2.49.0





This bug report was last modified 22 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.