mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
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.
This commit is contained in:
parent
73ca145a7e
commit
b0e829c632
1 changed files with 3 additions and 5 deletions
|
@ -175,17 +175,15 @@ (define-public gnucash
|
|||
(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.
|
||||
|
|
Loading…
Reference in a new issue