me
/
guix
Archived
1
0
Fork 0

gnu: r-fastseg: Update to 1.38.0.

* gnu/packages/bioconductor.scm (r-fastseg): Update to 1.38.0.
master
Ricardo Wurmus 2021-06-05 08:49:44 +02:00
parent 6abbb53c3e
commit ff59b34dc3
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2787,14 +2787,14 @@ chromosome region or transcript models of lincRNA genes.")
(define-public r-fastseg
(package
(name "r-fastseg")
(version "1.36.0")
(version "1.38.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "fastseg" version))
(sha256
(base32
"1ln6w93ag4wanp0nrm0pqngbfc88w95zq2kcj583hbxy885dkg4f"))))
"006v7qs707xmnr35b7rw135pyvacrmhv55a3c53birkpsrjgkps0"))))
(build-system r-build-system)
(propagated-inputs
`(("r-biobase" ,r-biobase)