mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 17:01:51 -05:00
gnu: r-affycomp: Update to 1.76.0.
* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.76.0.
This commit is contained in:
parent
6a19dd1e21
commit
b121b78bda
1 changed files with 2 additions and 2 deletions
|
@ -5347,14 +5347,14 @@ (define-public r-affy
|
|||
(define-public r-affycomp
|
||||
(package
|
||||
(name "r-affycomp")
|
||||
(version "1.74.0")
|
||||
(version "1.76.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affycomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18bxnjcl7cbgwm3yf58608ghwnpci94xgil11zmbpgzgrpv9pkrs"))))
|
||||
"1bsav6d3dhn2fs7gjd1jvrb448ckxw5l6ikrdv63cdnnjk0dxl62"))))
|
||||
(properties `((upstream-name . "affycomp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase))
|
||||
|
|
Loading…
Reference in a new issue