gnu: bedtools: Update to 2.31.1.

* gnu/packages/bioinformatics.scm (bedtools): Update to 2.31.1.

Change-Id: I9f104d68fbdc2040fee41f1565d48a40999bc219
This commit is contained in:
Ricardo Wurmus 2025-03-18 18:15:52 +01:00 committed by Andreas Enge
parent fb347f8789
commit eb70b7c57f
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -453,7 +453,7 @@ computational cluster.")
(define-public bedtools
(package
(name "bedtools")
(version "2.30.0")
(version "2.31.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/arq5x/bedtools2/releases/"
@ -461,7 +461,7 @@ computational cluster.")
"bedtools-" version ".tar.gz"))
(sha256
(base32
"1f2hh79l7dn147c2xyfgf5wfjvlqfw32kjfnnh2n1qy6rpzx2fik"))))
"15rbfg776pcjxqrsa22dk7sdlmx1lijh3jhap04f1cbr4866czpw"))))
(build-system gnu-build-system)
(arguments
(list