guix-commits
[Top][All Lists]
Advanced

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

01/14: gnu: pyicoteo: Fetch sources from git.


From: Ricardo Wurmus
Subject: 01/14: gnu: pyicoteo: Fetch sources from git.
Date: Wed, 7 Nov 2018 17:17:47 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 5e242b02c37e8c5189a52136a32067bca0767082
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 22:17:58 2018 +0100

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

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 0bcfcd4..9217a58 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4670,13 +4670,14 @@ large-scale data and can be applied to hundreds of 
species at once.")
     (version "2.0.7")
     (source
      (origin
-       (method url-fetch)
-       (uri (string-append "https://bitbucket.org/regulatorygenomicsupf/";
-                           "pyicoteo/get/v" version ".tar.bz2"))
-       (file-name (string-append name "-" version ".tar.bz2"))
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://bitbucket.org/regulatorygenomicsupf/pyicoteo.git";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
        (sha256
         (base32
-         "0d6087f29xp8wxwlj111c3sylli98n0l8ry58c51ixzq0zfm50wa"))))
+         "0hz5g8d25lbjy1wpscr490l0lmyvaix893hhax4fxnh1h9w34w8p"))))
     (build-system python-build-system)
     (arguments
      `(#:python ,python-2 ; does not work with Python 3



reply via email to

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