mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-progeny: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-progeny): Update to 1.14.0.
This commit is contained in:
parent
25ba2d38a1
commit
7cf4911aa2
1 changed files with 2 additions and 2 deletions
|
@ -8738,14 +8738,14 @@ (define-public r-rbowtie2
|
|||
(define-public r-progeny
|
||||
(package
|
||||
(name "r-progeny")
|
||||
(version "1.12.0")
|
||||
(version "1.14.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "progeny" version))
|
||||
(sha256
|
||||
(base32
|
||||
"00lhzz4plmx5128khs298n6zv9204mhqv548lxxdhaw18b16vwm7"))))
|
||||
"10vpjvl4wps857xiy8rpzr82jzdfbc5rgwh3ir3my26lfws4hfz8"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-biobase" ,r-biobase)
|
||||
|
|
Loading…
Reference in a new issue