From 58b167230a97cc8e1143d1e2ecdf5db4ea185824 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Tue, 23 Dec 2025 14:43:36 +0100 Subject: [PATCH] gnu: beancount-3: Update to 3.2.0. * gnu/packages/finance.scm (beancount-3): Update to 3.2.0. [source]: Drop them. Signed-off-by: Andreas Enge Signed-off-by: Rutherther --- gnu/packages/finance.scm | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm index edded13e2472e61ebf26931db85ab69cd7e890bd..324038c78bfa64fc6a5cf348bed073932ec058cc 100644 --- a/gnu/packages/finance.scm +++ b/gnu/packages/finance.scm @@ -2093,20 +2093,16 @@ generate a variety of reports from them, and provides a web interface.") (define-public beancount-3 (package (name "beancount") - (version "3.1.0") + (version "3.2.0") (source (origin - (method git-fetch) ; Pypi archive doesn't contain the test suite. + (method git-fetch) (uri (git-reference (url "https://github.com/beancount/beancount") (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "0pzbhlsvch4n48rqkbff1v1rbk3gm05w0fbd2p97vdmrmlxaa33d")) - (modules '((guix build utils))) - (snippet #~(substitute* "pyproject.toml" - (("regex >=2022.9.13") - "regex >=2022.1.18"))))) + (base32 "0830wx1brzq74kf3m4dzc015n4922qmvvw9n89fkcbc3d5swi8n4")))) (arguments (list #:test-flags