gnu: r-fastseg: Update to 1.26.0.

* gnu/packages/bioinformatics.scm (r-fastseg): Update to 1.26.0.
This commit is contained in:
Ricardo Wurmus 2018-06-02 12:08:27 +02:00
parent 646439c7e3
commit 15cc1a6867
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -9923,14 +9923,14 @@ (define-public r-annotationhub
(define-public r-fastseg
(package
(name "r-fastseg")
(version "1.24.0")
(version "1.26.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "fastseg" version))
(sha256
(base32
"0dd7nr3klwz9ailwshnbynhd62lwb8zbbpj6jf3igpb94yi6x2jp"))))
"1yw6hai6hb8qy7akdm4frfp6h4zy93zb68kdj094sanm7kgqmgik"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)