~ruther/guix-local

58b167230a97cc8e1143d1e2ecdf5db4ea185824 — Nicolas Graves 3 months ago 91fd9c9
gnu: beancount-3: Update to 3.2.0.

* gnu/packages/finance.scm (beancount-3): Update to 3.2.0.
[source]<modules, snippet>: Drop them.

Signed-off-by: Andreas Enge <andreas@enge.fr>
Signed-off-by: Rutherther <rutherther@ditigal.xyz>
1 files changed, 3 insertions(+), 7 deletions(-)

M gnu/packages/finance.scm
M gnu/packages/finance.scm => gnu/packages/finance.scm +3 -7
@@ 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