summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorBen Woodcroft <donttrustben@gmail.com>2017-12-15 13:47:46 +1000
committerBen Woodcroft <donttrustben@gmail.com>2017-12-15 13:56:51 +1000
commit6098a386a90f63fc8c6f18c5edfce15320789941 (patch)
treebfd15734943c9b20f4ee8e24a3b58d3242244453 /gnu
parent263c56d293ca72af9c22bdd37fd8ac51677c1679 (diff)
downloadguix-patches-6098a386a90f63fc8c6f18c5edfce15320789941.tar
guix-patches-6098a386a90f63fc8c6f18c5edfce15320789941.tar.gz
gnu: bedtools: Update to 2.27.1.
* gnu/packages/ruby.scm (bedtools): Update to 2.27.1.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index d325258feb..58421d35e8 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"