diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-10-05 13:55:21 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-10-05 14:28:44 -0400 |
commit | b0e829c632c8b0d0d9173c8b0fa457bbc2f92a0f (patch) | |
tree | 682f086ac3a0d73796495f8558a43617fa5ff842 | |
parent | 73ca145a7eee5a4613469956d214880850e63a40 (diff) | |
download | guix-b0e829c632c8b0d0d9173c8b0fa457bbc2f92a0f.tar.gz guix-b0e829c632c8b0d0d9173c8b0fa457bbc2f92a0f.zip |
gnu: gnucash-docs: Update to 3.3.
The documentation on SourceForge is now located in the same directory as the
source code.
* gnu/packages/gnucash.scm (gnucash-docs): Update to 3.3.
-rw-r--r-- | gnu/packages/gnucash.scm | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm index 45720df9a4..4e68f20866 100644 --- a/gnu/packages/gnucash.scm +++ b/gnu/packages/gnucash.scm @@ -175,17 +175,15 @@ financial calculations or scheduled transactions.") (define gnucash-docs (package (name "gnucash-docs") - ;;(version (package-version gnucash)) - ;; The current version of gnucash-docs is not available at the moment. - (version "3.2") + (version (package-version gnucash)) (source (origin (method url-fetch) - (uri (string-append "mirror://sourceforge/gnucash/gnucash-docs/" + (uri (string-append "mirror://sourceforge/gnucash/gnucash%20%28stable%29/" version "/gnucash-docs-" version ".tar.gz")) (sha256 (base32 - "1763m6d8gkhllwb9rnr9ifch39brmh7kr2m6icqfbc53a91m56j6")))) + "10v4hw4lh888r8yv473pqrvzfjg8dwamk62sghs93rn88ndwm16c")))) (build-system gnu-build-system) ;; These are native-inputs because they are only required for building the ;; documentation. |