gnu: gnucash: Update to 2.6.14.

* gnu/packages/gnucash.scm (gnucash): Update to 2.6.14.
This commit is contained in:
Efraim Flashner 2016-10-05 20:42:49 +03:00
parent b04ca7a12b
commit a4796b29e1
No known key found for this signature in database
GPG key ID: F4C1D3917EACEE93

View file

@ -42,7 +42,7 @@ (define-module (gnu packages gnucash)
(define-public gnucash (define-public gnucash
(package (package
(name "gnucash") (name "gnucash")
(version "2.6.12") (version "2.6.14")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
@ -50,7 +50,7 @@ (define-public gnucash
version "/gnucash-" version ".tar.bz2")) version "/gnucash-" version ".tar.bz2"))
(sha256 (sha256
(base32 (base32
"0x84f07p30pwhriamv8ifljgw755cj87rc12jy1xddf47spyj7rp")) "0xcf2nl3v6zsablmla20v283x3r0jdpixcbp37mzap82lln4y51v"))
(patches (search-patches "gnucash-price-quotes-perl.patch")))) (patches (search-patches "gnucash-price-quotes-perl.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(inputs (inputs