guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: grit: Fetch sources from git.


From: Ricardo Wurmus
Subject: 01/02: gnu: grit: Fetch sources from git.
Date: Wed, 7 Nov 2018 14:31:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 8d75adbf03ea8840d4c1e41a548861066e9ff8c3
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 20:27:10 2018 +0100

    gnu: grit: Fetch sources from git.
    
    * gnu/packages/bioinformatics.scm (grit)[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 5337b7b..c7848b6 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -2893,14 +2893,14 @@ association studies (GWAS).")
     (name "grit")
     (version "2.0.2")
     (source (origin
-              (method url-fetch)
-              (uri (string-append
-                    "https://github.com/nboley/grit/archive/";
-                    version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/nboley/grit.git";)
+                    (commit version)))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "157in84dj70wimbind3x7sy1whs3h57qfgcnj2s6lrd38fbrb7mj"))))
+                "0b1lhf87n1qd0faw19s4r6i3cfz7k68xnnn0l7r97lqc5i3hg2rr"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2



reply via email to

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