gnu: r-fastseg: Update to 1.36.0.
* gnu/packages/bioinformatics.scm (r-fastseg): Update to 1.36.0.master
parent
a9dc755e67
commit
b6dd0722c8
|
@ -10152,14 +10152,14 @@ by the user, helping with quick and reproducible access.")
|
||||||
(define-public r-fastseg
|
(define-public r-fastseg
|
||||||
(package
|
(package
|
||||||
(name "r-fastseg")
|
(name "r-fastseg")
|
||||||
(version "1.34.0")
|
(version "1.36.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "fastseg" version))
|
(uri (bioconductor-uri "fastseg" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1d48n245pzmvcpsz93lxb4frqh222gfhpmlvm0sb74skn16way63"))))
|
"1ln6w93ag4wanp0nrm0pqngbfc88w95zq2kcj583hbxy885dkg4f"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Reference in New Issue