mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
fb347f8789
commit
eb70b7c57f
1 changed files with 2 additions and 2 deletions
|
@ -453,7 +453,7 @@ computational cluster.")
|
||||||
(define-public bedtools
|
(define-public bedtools
|
||||||
(package
|
(package
|
||||||
(name "bedtools")
|
(name "bedtools")
|
||||||
(version "2.30.0")
|
(version "2.31.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://github.com/arq5x/bedtools2/releases/"
|
(uri (string-append "https://github.com/arq5x/bedtools2/releases/"
|
||||||
|
@ -461,7 +461,7 @@ computational cluster.")
|
||||||
"bedtools-" version ".tar.gz"))
|
"bedtools-" version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1f2hh79l7dn147c2xyfgf5wfjvlqfw32kjfnnh2n1qy6rpzx2fik"))))
|
"15rbfg776pcjxqrsa22dk7sdlmx1lijh3jhap04f1cbr4866czpw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue