summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Kehayias <john@guixotic.coop>2026-02-25 13:03:57 -0500
committerJohn Kehayias <john@guixotic.coop>2026-02-25 14:35:10 -0500
commit66335ea9fad6c5207b04b33bd2da7bda3dd97aec (patch)
treea44d623878e7ca4e94cef5ea22ac082e692252af
parent47d2bc527f121fde07a69c683767efa8089e6a98 (diff)
gnu: Add fava-envelope-airmail.
* gnu/packages/finance.scm (fava-envelope-airmail): New variable. Change-Id: Ifa2cb75d8dbaf9da632d0a770128bedd934d3655
-rw-r--r--gnu/packages/finance.scm19
1 files changed, 19 insertions, 0 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 627a488bb35..6dac05ba101 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2241,6 +2241,25 @@ from account statements and other documents and for managing documents.")
software Beancount with a focus on features and usability.")
(license license:expat)))
+(define-public fava-envelope-airmail
+ (package
+ (name "fava-envelope-airmail")
+ (version "2026.2.9")
+ (source
+ (origin
+ (method url-fetch)
+ (uri (pypi-uri "fava_envelope_airmail" version))
+ (sha256
+ (base32 "18kdic6rg9qizam6cgd2ljpapwiqh2dc3s6wsaz46kjc1yhhwjqy"))))
+ (build-system pyproject-build-system)
+ (propagated-inputs (list fava))
+ (native-inputs (list python-pdm-backend))
+ (home-page "https://github.com/stenius/fava-envelope-airmail")
+ (synopsis "Envelope budgeting for Fava/Beancount")
+ (description "Envelope budgeting for Fava/Beancount with stats, scheduled
+transactions, and color-coded UI.")
+ (license license:expat)))
+
(define-public emacs-beancount
(let ((commit "8a564f5a26e6245860188ebf71db0262dd78e068")
(revision "0"))