guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: bedtools: Update to 2.27.1.


From: Ben Woodcroft
Subject: 03/04: gnu: bedtools: Update to 2.27.1.
Date: Thu, 14 Dec 2017 22:58:08 -0500 (EST)

benwoodcroft pushed a commit to branch master
in repository guix.

commit 6098a386a90f63fc8c6f18c5edfce15320789941
Author: Ben Woodcroft <address@hidden>
Date:   Fri Dec 15 13:47:46 2017 +1000

    gnu: bedtools: Update to 2.27.1.
    
    * gnu/packages/ruby.scm (bedtools): Update to 2.27.1.
---
 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 d325258..58421d3 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -421,7 +421,7 @@ computational cluster.")
 (define-public bedtools
   (package
     (name "bedtools")
-    (version "2.27.0")
+    (version "2.27.1")
     (source (origin
               (method url-fetch)
               (uri (string-append 
"https://github.com/arq5x/bedtools2/releases/";
@@ -429,7 +429,7 @@ computational cluster.")
                                   "bedtools-" version ".tar.gz"))
               (sha256
                (base32
-                "0q6fsiz4s52yzxs6h2vxwq95fsi3n64wkpinkk05mfh4dmhybw74"))))
+                "1ndg5yknrxl4djx8ddzgk12rrbiidfpmkkg5z3f95jzryfxarhn8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:test-target "test"



reply via email to

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