gnu: r-fastseg: Update to 1.30.0.

* gnu/packages/bioinformatics.scm (r-fastseg): Update to 1.30.0.
master
Ricardo Wurmus 2019-05-05 23:49:48 +02:00
parent e699e8e599
commit a8abc8dd3a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9659,14 +9659,14 @@ by the user, helping with quick and reproducible access.")
(define-public r-fastseg
(package
(name "r-fastseg")
(version "1.28.0")
(version "1.30.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "fastseg" version))
(sha256
(base32
"1l8mdjpfpgwqdss2ywjkb8b4h55wf8v6kmyxdlvy04ds2hj16sb1"))))
"03gggz29nf8kyy9clkifqr0xm8v0yb0kl0gjfb5c0vrjmwkfqvdf"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)