mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: r-progeny: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-progeny): Update to 1.26.0. Change-Id: Ie4aa637d7579bf5f966aa48469ee9774b9be72eb
This commit is contained in:
parent
33270b8f5b
commit
f3e16115ba
1 changed files with 2 additions and 2 deletions
|
@ -17944,14 +17944,14 @@ (define-public r-rbowtie2
|
|||
(define-public r-progeny
|
||||
(package
|
||||
(name "r-progeny")
|
||||
(version "1.24.0")
|
||||
(version "1.26.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "progeny" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1plgwi2fmx7bh648fqpzzfqnh84fsgnn5jfcbdf9yia6zzigicql"))))
|
||||
"1f5y1sza9vm7wqd4mp5g7sypc9kbf9zpl015rbl41wz4y3ai21sb"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-biobase
|
||||
|
|
Loading…
Reference in a new issue