mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
gnu: r-ebarrays: Update to 2.58.0.
* gnu/packages/bioconductor.scm (r-ebarrays): Update to 2.58.0.
This commit is contained in:
parent
71eae6eabe
commit
755fd4d87d
1 changed files with 2 additions and 2 deletions
|
@ -11651,14 +11651,14 @@ (define-public r-reactomepa
|
|||
(define-public r-ebarrays
|
||||
(package
|
||||
(name "r-ebarrays")
|
||||
(version "2.56.0")
|
||||
(version "2.58.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "EBarrays" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1k1kl0m7wzaqpv7i20pfav2a6jf93bhri4w7qdikmvkf011n9422"))))
|
||||
"10dw6c93rmpknzf4cnhw3y7lb27q4xq7x7wirl2a7qywdj0yj2g6"))))
|
||||
(properties `((upstream-name . "EBarrays")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue