diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2025-03-18 18:15:52 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-04-16 11:46:17 +0200 |
commit | eb70b7c57f2884c24ee5068853559a62bc2f7e53 (patch) | |
tree | 02786eca5b01fcaa694159fc871e7c405dfa305a | |
parent | fb347f87897547b7763577a65bc38152c75f858d (diff) |
gnu: bedtools: Update to 2.31.1.
* gnu/packages/bioinformatics.scm (bedtools): Update to 2.31.1.
Change-Id: I9f104d68fbdc2040fee41f1565d48a40999bc219
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index bcdee9c8a2..836815322d 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -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 |