guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: gnucash-docs: Update to 3.3.


From: Kei Kebreau
Subject: 01/01: gnu: gnucash-docs: Update to 3.3.
Date: Fri, 5 Oct 2018 14:54:38 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit b0e829c632c8b0d0d9173c8b0fa457bbc2f92a0f
Author: Kei Kebreau <address@hidden>
Date:   Fri Oct 5 13:55:21 2018 -0400

    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.
---
 gnu/packages/gnucash.scm | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index 45720df..4e68f20 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]