diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index b0fd424b563..de5aa1bc257 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -66,14 +66,14 @@ ;; directory. (package (name "gnucash") - (version "5.10") + (version "5.13") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/" version "/gnucash-" version ".tar.bz2")) (sha256 - (base32 "14xd0w2afbyk0dzsw9f528722i3p1vhs78vr09r8cnzfk0v9z7bq")))) + (base32 "1xdfci26av2jhyg40p5g9bwn7vz5xck2clgjsciz48mp6b1yqbh8")))) (outputs '("out" "doc" "debug" "python")) (build-system cmake-build-system) (arguments @@ -234,7 +234,7 @@ installed as well as Yelp, the Gnome help browser.") "mirror://sourceforge/gnucash/gnucash%20%28stable%29/" version "/gnucash-docs-" version revision ".tar.gz")) (sha256 - (base32 "0hx8gd5xbypbgw1hfnjiyxhkjxpid1qpmvihwlpb803lx9v8jkk0")))) + (base32 "0lv3gh47crjyjfv84xrfgz833hv9hhcyi4qkkpj097qn0l0dg5k7")))) (build-system cmake-build-system) ;; These are native-inputs because they are only required for building the ;; documentation.