guix-commits
[Top][All Lists]
Advanced

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

32/38: gnu: abiword: Don't use NAME in source URI.


From: guix-commits
Subject: 32/38: gnu: abiword: Don't use NAME in source URI.
Date: Fri, 8 Feb 2019 18:02:35 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7428d1693a281ee06e918310d95543da5349153e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 23 10:10:55 2018 +0100

    gnu: abiword: Don't use NAME in source URI.
    
    * gnu/packages/abiword.scm (abiword)[source]: Hard-code name.
---
 gnu/packages/abiword.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/abiword.scm b/gnu/packages/abiword.scm
index 02f132f..9d8c253 100644
--- a/gnu/packages/abiword.scm
+++ b/gnu/packages/abiword.scm
@@ -3,6 +3,7 @@
 ;;; Copyright © 2016, 2018 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2017 Leo Famulari <address@hidden>
+;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -51,8 +52,8 @@
       (origin
         (method url-fetch)
         (uri
-          (string-append "https://www.abisource.com/downloads/"; name "/" 
version
-                         "/source/" name "-" version ".tar.gz"))
+          (string-append "https://www.abisource.com/downloads/abiword/"; version
+                         "/source/abiword-" version ".tar.gz"))
         (sha256
          (base32 "08imry821g81apdwym3gcs4nss0l9j5blqk31j5rv602zmcd9gxg"))
         (patches



reply via email to

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