guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: profanity: Make the source URL version-agnostic.


From: Leo Famulari
Subject: 01/01: gnu: profanity: Make the source URL version-agnostic.
Date: Wed, 15 Mar 2017 17:20:51 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit dce8ac54b4d3648b7b63ae3a07292f43ceddf5a8
Author: Leo Famulari <address@hidden>
Date:   Wed Mar 15 17:18:47 2017 -0400

    gnu: profanity: Make the source URL version-agnostic.
    
    * gnu/packages/messaging.scm (profanity)[source]: Use (version) in the 
source
    URL.
---
 gnu/packages/messaging.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/messaging.scm b/gnu/packages/messaging.scm
index 559138f..7aa7b7b 100644
--- a/gnu/packages/messaging.scm
+++ b/gnu/packages/messaging.scm
@@ -1300,7 +1300,8 @@ are both supported).")
         (version "0.5.1")
         (source (origin
                   (method url-fetch)
-                  (uri "http://www.profanity.im/profanity-0.5.1.tar.gz";)
+                  (uri (string-append "http://www.profanity.im/profanity-";
+                                      version ".tar.gz"))
                   (sha256
                    (base32
                      "1f7ylw3mhhnii52mmk40hyc4kqhpvjdr3hmsplzkdhsfww9kflg3"))))



reply via email to

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