guix-commits
[Top][All Lists]
Advanced

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

07/09: gnu: bedops: Update to 2.4.35.


From: Ricardo Wurmus
Subject: 07/09: gnu: bedops: Update to 2.4.35.
Date: Sat, 20 Oct 2018 17:40:11 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit f8b697a3855adbf583fedd970fe8bc3ab5a8d3f1
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Oct 20 22:17:44 2018 +0200

    gnu: bedops: Update to 2.4.35.
    
    * gnu/packages/bioinformatics.scm (bedops): Update to 2.4.35.
    [source]: Fetch from git.
---
 gnu/packages/bioinformatics.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index ef1f1ae..a77eaea 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -337,15 +337,16 @@ transparently with both VCFs and BCFs, both uncompressed 
and BGZF-compressed.")
 (define-public bedops
   (package
     (name "bedops")
-    (version "2.4.33")
+    (version "2.4.35")
     (source (origin
-              (method url-fetch)
-              (uri (string-append "https://github.com/bedops/bedops/archive/v";
-                                  version ".tar.gz"))
-              (file-name (string-append name "-" version ".tar.gz"))
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/bedops/bedops.git";)
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
               (sha256
                (base32
-                "0kx4awrwby8f33wqyx8w7ms7v25xhf0d421csgf96a3hfzn2mb0m"))))
+                "0mmgsgwz5r9w76hzgxkxc9s9lkdhhaf7vr6i02b09vbswvs1fyqx"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f



reply via email to

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