mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 17:53:26 -05:00
gnu: r-fastseg: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-fastseg): Update to 1.38.0.
This commit is contained in:
parent
6abbb53c3e
commit
ff59b34dc3
1 changed files with 2 additions and 2 deletions
|
@ -2787,14 +2787,14 @@ (define-public r-ensembldb
|
||||||
(define-public r-fastseg
|
(define-public r-fastseg
|
||||||
(package
|
(package
|
||||||
(name "r-fastseg")
|
(name "r-fastseg")
|
||||||
(version "1.36.0")
|
(version "1.38.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
|
||||||
"1ln6w93ag4wanp0nrm0pqngbfc88w95zq2kcj583hbxy885dkg4f"))))
|
"006v7qs707xmnr35b7rw135pyvacrmhv55a3c53birkpsrjgkps0"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-biobase" ,r-biobase)
|
`(("r-biobase" ,r-biobase)
|
||||||
|
|
Loading…
Reference in a new issue