mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-affycomp: Update to 1.76.1.
* gnu/packages/bioconductor.scm (r-affycomp): Update to 1.76.1.
This commit is contained in:
parent
ed58e991f5
commit
6f9894d63c
1 changed files with 2 additions and 2 deletions
|
@ -5442,14 +5442,14 @@ (define-public r-affy
|
|||
(define-public r-affycomp
|
||||
(package
|
||||
(name "r-affycomp")
|
||||
(version "1.76.0")
|
||||
(version "1.76.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affycomp" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bsav6d3dhn2fs7gjd1jvrb448ckxw5l6ikrdv63cdnnjk0dxl62"))))
|
||||
"0wccj8q8sl0zc68nr5qf1qih8awqf1h6bwi5hq9d7r59p4g4r9n1"))))
|
||||
(properties `((upstream-name . "affycomp")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-biobase))
|
||||
|
|
Loading…
Reference in a new issue