mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-affydata: Update to 1.44.0.
* gnu/packages/bioconductor.scm (r-affydata): Update to 1.44.0.
This commit is contained in:
parent
e06ee7a745
commit
c56b553e97
1 changed files with 2 additions and 3 deletions
|
@ -1438,14 +1438,13 @@ (define-public r-all
|
|||
(define-public r-affydata
|
||||
(package
|
||||
(name "r-affydata")
|
||||
(version "1.32.0")
|
||||
(version "1.44.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "affydata" version 'experiment))
|
||||
(sha256
|
||||
(base32
|
||||
"1l9qhmjqgbrdl9cmd74rlnvmvr6mslbmckb83n0211whp2i0b7h5"))))
|
||||
(base32 "1d8ims7hks536v739r5hhfkkzyzqrf398aqal3hzyfm0psv15jbp"))))
|
||||
(properties `((upstream-name . "affydata")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue