mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-arrmnormalization: Update to 1.34.0.
* gnu/packages/bioconductor.scm (r-arrmnormalization): Update to 1.34.0.
This commit is contained in:
parent
5d77708905
commit
2a9f215cd1
1 changed files with 2 additions and 2 deletions
|
@ -9066,14 +9066,14 @@ (define-public r-progeny
|
|||
(define-public r-arrmnormalization
|
||||
(package
|
||||
(name "r-arrmnormalization")
|
||||
(version "1.32.0")
|
||||
(version "1.34.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ARRmNormalization" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0ni3vblcadhwxaq1pf1n9jn66cp3bqch68ww4c8zh19zagil2y7r"))))
|
||||
"1ryqr3mpakjml0jhbk28k2z511sdl87wxdczxq1rwx98s0pc9mnh"))))
|
||||
(properties
|
||||
`((upstream-name . "ARRmNormalization")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue