unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
* [PATCH] gnu: bedtools: Update to 2.24.0.
@ 2015-07-24 15:07 Ben Woodcroft
  2015-07-24 15:11 ` Ricardo Wurmus
  2015-07-25  4:03 ` Mark H Weaver
  0 siblings, 2 replies; 10+ messages in thread
From: Ben Woodcroft @ 2015-07-24 15:07 UTC (permalink / raw)
  To: guix-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 213 bytes --]

There was some discussion of this on the bio-packaging list re changes 
in usage with Ricardo, but I think it breaks any dependent packages.
http://lists.open-bio.org/pipermail/bio-packaging/2015-July/000113.html

[-- Attachment #2: 0001-gnu-bedtools-Update-to-2.24.0.patch --]
[-- Type: text/x-patch, Size: 1285 bytes --]

From 3fd0b0c655c5f4f4317636f05d8242e2de9ae075 Mon Sep 17 00:00:00 2001
From: Ben Woodcroft <donttrustben@gmail.com>
Date: Fri, 24 Jul 2015 23:11:31 +1000
Subject: [PATCH] gnu: bedtools: Update to 2.24.0.

* gnu/packages/bioinformatics.scm (bedtools): Update to 2.24.0.
---
 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 78cd3ce..9cd661b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -148,7 +148,7 @@ computational cluster.")
 (define-public bedtools
   (package
     (name "bedtools")
-    (version "2.22.0")
+    (version "2.24.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/arq5x/bedtools2/archive/v"
@@ -156,7 +156,7 @@ computational cluster.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "16aq0w3dmbd0853j32xk9jin4vb6v6fgakfyvrsmsjizzbn3fpfl"))))
+                "0lnxrjvs3nnmb4bmskag1wg3h2hd80przz5q3xd0bvs7vyxrvpbl"))))
     (build-system gnu-build-system)
     (native-inputs `(("python" ,python-2)))
     (inputs `(("samtools" ,samtools)
-- 
2.4.3


^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2015-07-25 17:20 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-24 15:07 [PATCH] gnu: bedtools: Update to 2.24.0 Ben Woodcroft
2015-07-24 15:11 ` Ricardo Wurmus
2015-07-25  3:32   ` Ben Woodcroft
2015-07-25  4:03 ` Mark H Weaver
2015-07-25  9:02   ` Andreas Enge
2015-07-25 12:57     ` Ben Woodcroft
2015-07-25 13:02       ` Ben Woodcroft
2015-07-25 13:10         ` Andreas Enge
2015-07-25 13:37           ` Ben Woodcroft
2015-07-25 17:20             ` Andreas Enge

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).