diff options
author | Vasile Dumitrascu <va511e@yahoo.com> | 2019-05-30 20:49:33 +0200 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2019-05-31 23:06:10 -0400 |
commit | 86d73d59c9d36008471e7615f4f38fc220f5ed13 (patch) | |
tree | bf2986e1d58f2ad8a89129ab5df167b90fba398a /gnu/packages/gnucash.scm | |
parent | d4cb92e707c5a8b727027f1593fd82db9acaaaf4 (diff) | |
download | gnu-guix-86d73d59c9d36008471e7615f4f38fc220f5ed13.tar gnu-guix-86d73d59c9d36008471e7615f4f38fc220f5ed13.tar.gz |
gnu: gnucash-docs: Update to 3.5.
* gnu/packages/gnucash.scm (gnucash-docs): Update to 3.5.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
Diffstat (limited to 'gnu/packages/gnucash.scm')
-rw-r--r-- | gnu/packages/gnucash.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index e09a7cb0c0..2196a8c50a 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -196,7 +196,7 @@ installed as well as Yelp, the Gnome help browser.") ;; This package is not public, since we use it to build the "doc" output of ;; the gnucash package (see above). It would be confusing if it were public. (define gnucash-docs - (let ((revision "a")) ;set to the empty string when no revision + (let ((revision "")) ;set to the empty string when no revision (package (name "gnucash-docs") (version (package-version gnucash)) @@ -207,7 +207,7 @@ installed as well as Yelp, the Gnome help browser.") version "/gnucash-docs-" version revision ".tar.gz")) (sha256 (base32 - "0bgjxpxgk7hy8ihn1kvd8p6vv191q5md2hz6jb9mqc4aykpvdlq7")))) + "0gjndyms413vilf5nqh39frs1691sxib8l7y9mbvcyirj1f8285k")))) (build-system gnu-build-system) ;; These are native-inputs because they are only required for building the ;; documentation. |