gnu: bedtools: Update to 2.27.1.

* gnu/packages/ruby.scm (bedtools): Update to 2.27.1.
master
Ben Woodcroft 2017-12-15 13:47:46 +10:00
parent 263c56d293
commit 6098a386a9
No known key found for this signature in database
GPG Key ID: 2A6AD9F4AAC20DF6
1 changed files with 2 additions and 2 deletions

View File

@ -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"