guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: sailfish: Fetch sources from git.


From: Ricardo Wurmus
Subject: 05/05: gnu: sailfish: Fetch sources from git.
Date: Thu, 8 Nov 2018 02:54:05 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit c098c49b3e249011bfd81b3623608ee85fef879f
Author: Ricardo Wurmus <address@hidden>
Date:   Thu Nov 8 08:42:15 2018 +0100

    gnu: sailfish: Fetch sources from git.
    
    * gnu/packages/bioinformatics.scm (sailfish)[source]: Fetch from git.
---
 gnu/packages/bioinformatics.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 065f3ad..aa2ae6c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11974,14 +11974,14 @@ bytes of memory space, where n is the length of the 
string.")
     (name "sailfish")
     (version "0.10.1")
     (source (origin
-              (method url-fetch)
-              (uri
-               (string-append "https://github.com/kingsfordgroup/";
-                              "sailfish/archive/v" version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/kingsfordgroup/sailfish.git";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "1inn60dxiwsz8g9w7kvfhjxj4bwfb0r12dyhpzzhfbig712dkmm0"))
+                "1amcc5hqvsl42hg4x19bi9vy47cl874s0lw1fmi0hwsdk9i8c03v"))
               (modules '((guix build utils)))
               (snippet
                '(begin



reply via email to

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