summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/finance.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/finance.scm b/gnu/packages/finance.scm
index 3176d20e2c8..c35cf9fe609 100644
--- a/gnu/packages/finance.scm
+++ b/gnu/packages/finance.scm
@@ -2026,7 +2026,7 @@ accounting application.")
2026(define-public beancount 2026(define-public beancount
2027 (package 2027 (package
2028 (name "beancount") 2028 (name "beancount")
2029 (version "3.2.0") 2029 (version "3.2.3")
2030 (source 2030 (source
2031 (origin 2031 (origin
2032 (method git-fetch) 2032 (method git-fetch)
@@ -2035,7 +2035,7 @@ accounting application.")
2035 (commit version))) 2035 (commit version)))
2036 (file-name (git-file-name name version)) 2036 (file-name (git-file-name name version))
2037 (sha256 2037 (sha256
2038 (base32 "0830wx1brzq74kf3m4dzc015n4922qmvvw9n89fkcbc3d5swi8n4")))) 2038 (base32 "17v3gb4q0655dw7zylrnyzzs2br4x4xz3pc35sg51zjjpbfz2kr3"))))
2039 (arguments 2039 (arguments
2040 (list 2040 (list
2041 #:test-flags 2041 #:test-flags
@@ -2131,7 +2131,6 @@ it can easily generate custom reports specific to accounting purposes.")
2131 python-magic)) 2131 python-magic))
2132 (native-inputs 2132 (native-inputs
2133 (list python-setuptools 2133 (list python-setuptools
2134 python-wheel
2135 python-pytest)) 2134 python-pytest))
2136 (home-page "https://github.com/beancount/beangulp") 2135 (home-page "https://github.com/beancount/beangulp")
2137 (synopsis "Library to facilitate importing data into a Beancount ledger.") 2136 (synopsis "Library to facilitate importing data into a Beancount ledger.")