guix_mirror_bot pushed a commit to branch master
in repository guix.
commit d55f448b73a04033d2a3730a1c191dae12b3cea3
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Tue Dec 9 10:30:04 2025 +0900
gnu: fava: Update to 1.30.7.
* gnu/packages/finance.scm (fava): Update to 1.30.7.
[arguments]: New field.
[propagated-inputs]: Remove python-anyio.
[native-inputs]: Remove python-types-setuptools and python-types-simplejson.
Add python-wheel.
Change-Id: I833267eb46540883c84e977e7c672cf575606444
---
gnu/packages/finance.scm | 15 +++++++++------
1 file changed, 9 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 82e088a921..74577b0d20 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -28,7 +28,7 @@
;;; Copyright © 2021 John Kehayias <[email protected]>
;;; Copyright © 2022 Kyle Meyer <[email protected]>
;;; Copyright © 2022 Aleksandr Vityazev <[email protected]>
-;;; Copyright © 2022 Maxim Cournoyer <[email protected]>
+;;; Copyright © 2022, 2025 Maxim Cournoyer <[email protected]>
;;; Copyright © 2022 Philip McGrath <[email protected]>
;;; Copyright © 2022 Collin J. Doering <[email protected]>
;;; Copyright © 2023 dan <[email protected]>
@@ -2214,19 +2214,23 @@ from account statements and other documents and for
managing documents.")
(define-public fava
(package
(name "fava")
- (version "1.30.2")
+ (version "1.30.7")
(source
(origin
(method url-fetch)
(uri (pypi-uri "fava" version))
(sha256
- (base32 "110ah1xsapiabjssl6lzp0s7nl5ypszpmqndgfqw4pifpgzp3kdf"))))
+ (base32 "1d2p5dbj6a855qq3jkl6k01prlhvazlm7ws33a7323a6r6amiykk"))))
(build-system pyproject-build-system)
+ (arguments (list #:test-flags
+ ;; There are some small differences in the expected
+ ;; output for this test (see:
+ ;; <https://github.com/beancount/fava/issues/2153>).
+ #~(list "-k" "not options-/long-example/api/options")))
(propagated-inputs
(list beancount-3
beanquery
python-babel
- python-anyio
python-beangulp
python-cheroot
python-click
@@ -2242,8 +2246,7 @@ from account statements and other documents and for
managing documents.")
(list python-babel
python-pytest
python-setuptools
- python-types-setuptools
- python-types-simplejson))
+ python-wheel))
(home-page "https://beancount.github.io/fava/")
(synopsis "Web interface for the accounting tool Beancount")
(description "Fava is a web interface for the double-entry bookkeeping