Skip to content
Snippets Groups Projects
Unverified Commit a4796b29 authored by Efraim Flashner's avatar Efraim Flashner
Browse files

gnu: gnucash: Update to 2.6.14.

* gnu/packages/gnucash.scm (gnucash): Update to 2.6.14.
parent b04ca7a1
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,7 @@ (define-module (gnu packages gnucash) ...@@ -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 ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment