mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rpx: Update to 2.14.1.
* gnu/packages/bioconductor.scm (r-rpx): Update to 2.14.1. Change-Id: I31744b36433d12fc8c27f5490beecb676b1aadb9
This commit is contained in:
parent
1758372884
commit
88fb80ed7c
1 changed files with 2 additions and 2 deletions
|
@ -10386,13 +10386,13 @@ DNA methylation data at the genome scale.")
|
|||
(define-public r-rpx
|
||||
(package
|
||||
(name "r-rpx")
|
||||
(version "2.14.0")
|
||||
(version "2.14.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "rpx" version))
|
||||
(sha256
|
||||
(base32 "0w2nxcd2v8rc3spi0rb96d3r7hp2dh7f7k50n0mik626fy1i0yc5"))))
|
||||
(base32 "14gv8hxkm60032r5a4rfb4x06mxlhlz1idrf4pribnpmpjlq774w"))))
|
||||
(properties `((upstream-name . "rpx")))
|
||||
(build-system r-build-system)
|
||||
;; Tests require Internet access.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue