mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: homebank: Update to 5.4.3.
* gnu/packages/finance.scm (homebank): Update to 5.4.3.
This commit is contained in:
parent
afb3fed9c7
commit
fac43c9259
1 changed files with 2 additions and 2 deletions
|
@ -173,14 +173,14 @@ (define-public bitcoin-core
|
||||||
(define-public homebank
|
(define-public homebank
|
||||||
(package
|
(package
|
||||||
(name "homebank")
|
(name "homebank")
|
||||||
(version "5.4.2")
|
(version "5.4.3")
|
||||||
(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
|
||||||
"0bkjvd819kw9cwmr3macggbg8yil3yc8v2za8pjrl6g746s89kn6"))))
|
"02wd569viwy6ncy0144z9nxr3zmpl4shkqhz7zzwyky4gknxf8lj"))))
|
||||||
(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)
|
||||||
|
|
Loading…
Reference in a new issue