me
/
guix
Archived
1
0
Fork 0

gnu: homebank: Update to 5.4.3.

* gnu/packages/finance.scm (homebank): Update to 5.4.3.
master
Tobias Geerinckx-Rice 2020-09-15 21:34:12 +02:00
parent afb3fed9c7
commit fac43c9259
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

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