guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gnucash-docs: Fix source URI.


From: guix-commits
Subject: 01/01: gnu: gnucash-docs: Fix source URI.
Date: Wed, 23 Jan 2019 23:19:13 -0500 (EST)

apteryx pushed a commit to branch master
in repository guix.

commit ae283c184a8286895cdf95b0b07e7554056f7322
Author: Maxim Cournoyer <address@hidden>
Date:   Wed Jan 23 23:01:56 2019 -0500

    gnu: gnucash-docs: Fix source URI.
    
    The source URI was renamed from "gnucash-docs-3.4-1.tar.gz" to
    "gnucash-docs-3.4a.tar.gz".  The content is identical since the hash hasn't
    changed.
    
    * gnu/packages/gnucash.scm (gnucash-docs)[source]: Update URI to match
      upstream change.
---
 gnu/packages/gnucash.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/gnucash.scm b/gnu/packages/gnucash.scm
index b22045e..8f1bc20 100644
--- a/gnu/packages/gnucash.scm
+++ b/gnu/packages/gnucash.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Chris Marusich <address@hidden>
 ;;; Copyright © 2017 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2019 Maxim Cournoyer <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -197,7 +198,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 "1"))              ;set to the empty string when no revision
+  (let ((revision "a"))              ;set to the empty string when no revision
     (package
       (name "gnucash-docs")
       (version (package-version gnucash))
@@ -205,11 +206,7 @@ installed as well as Yelp, the Gnome help browser.")
        (origin
          (method url-fetch)
          (uri (string-append 
"mirror://sourceforge/gnucash/gnucash%20%28stable%29/"
-                             version "/gnucash-docs-" version
-                             (if (string-null? revision)
-                                 ""
-                                 (string-append "-" revision))
-                             ".tar.gz"))
+                             version "/gnucash-docs-" version revision 
".tar.gz"))
          (sha256
           (base32
            "0bgjxpxgk7hy8ihn1kvd8p6vv191q5md2hz6jb9mqc4aykpvdlq7"))))



reply via email to

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