guix-commits
[Top][All Lists]
Advanced

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

04/04: gnu: bedops: Update to 2.4.33.


From: Roel Janssen
Subject: 04/04: gnu: bedops: Update to 2.4.33.
Date: Thu, 26 Apr 2018 19:12:15 -0400 (EDT)

roelj pushed a commit to branch master
in repository guix.

commit b43a9eb361590ebaf59d48374fe7faa24d2f882b
Author: Roel Janssen <address@hidden>
Date:   Fri Apr 27 01:06:56 2018 +0200

    gnu: bedops: Update to 2.4.33.
    
    * gnu/packages/bioinformatics.scm (bedops): Update to 2.4.33.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 95a5bc8..828b41a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -337,7 +337,7 @@ transparently with both VCFs and BCFs, both uncompressed 
and BGZF-compressed.")
 (define-public bedops
   (package
     (name "bedops")
-    (version "2.4.14")
+    (version "2.4.33")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/bedops/bedops/archive/v";
@@ -345,7 +345,7 @@ transparently with both VCFs and BCFs, both uncompressed 
and BGZF-compressed.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "1kqbac547wyqma81cyky9n7mkgikjpsfd3nnmcm6hpqwanqgh10v"))))
+                "0kx4awrwby8f33wqyx8w7ms7v25xhf0d421csgf96a3hfzn2mb0m"))))
     (build-system gnu-build-system)
     (arguments
      '(#:tests? #f



reply via email to

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