mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-13 14:40:21 -05:00
gnu: r-r3cseq: Update to 1.50.0.
* gnu/packages/bioconductor.scm (r-r3cseq): Update to 1.50.0. Change-Id: Id35b1b4b6e4b7fe469738601ba7342733211006e
This commit is contained in:
parent
a5aec1a666
commit
0f78db0b7c
1 changed files with 2 additions and 2 deletions
|
@ -8581,13 +8581,13 @@ (define-public r-hpar
|
|||
(define-public r-r3cseq
|
||||
(package
|
||||
(name "r-r3cseq")
|
||||
(version "1.48.0")
|
||||
(version "1.50.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "r3Cseq" version))
|
||||
(sha256
|
||||
(base32 "1llkfcy13h0c973703jmpgp2n6xxfsizb9iw1wxzgkbp1v0iy268"))))
|
||||
(base32 "02dc6milwymwj90x24fip8av84ik9dp69sg9g7l300kwyk0hcrb7"))))
|
||||
(properties `((upstream-name . "r3Cseq")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue