GNU bug report logs -
#78252
[PATCH 0/5] Update beancount to v3
Previous Next
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>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* 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 50 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.