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