me
/
guix
Archived
1
0
Fork 0

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.
master
Kei Kebreau 2018-10-05 13:55:21 -04:00
parent 73ca145a7e
commit b0e829c632
No known key found for this signature in database
GPG Key ID: E6A5EE3C19467A0D
1 changed files with 3 additions and 5 deletions

View File

@ -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.