Archived
1
0
Fork 0

gnu: homebank: Update to 5.4.2.

* gnu/packages/finance.scm (homebank): Update to 5.4.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Vinicius Monego 2020-05-31 13:03:24 -03:00 committed by Nicolas Goaziou
parent c7210b9613
commit 115a1ed2b8
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -173,14 +173,14 @@ line client and a client based on Qt.")
(define-public homebank (define-public homebank
(package (package
(name "homebank") (name "homebank")
(version "5.2.8") (version "5.4.2")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "http://homebank.free.fr/public/homebank-" (uri (string-append "http://homebank.free.fr/public/homebank-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"13ampiv68y30kc0p2560g3yz8whqpwnidfcnb9lndv93b9ca767y")))) "0bkjvd819kw9cwmr3macggbg8yil3yc8v2za8pjrl6g746s89kn6"))))
(build-system glib-or-gtk-build-system) (build-system glib-or-gtk-build-system)
(native-inputs (native-inputs
`(("pkg-config" ,pkg-config) `(("pkg-config" ,pkg-config)