gnu: r-r3cseq: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-r3cseq): Update to 1.48.0. Change-Id: Ifa2805c0d0c76ebcdf0927923b9cb6f44cf9c981
This commit is contained in:
parent
4e5c14aae2
commit
d3281df551
1 changed files with 2 additions and 2 deletions
|
@ -7899,13 +7899,13 @@ the Human Protein Atlas project.")
|
||||||
(define-public r-r3cseq
|
(define-public r-r3cseq
|
||||||
(package
|
(package
|
||||||
(name "r-r3cseq")
|
(name "r-r3cseq")
|
||||||
(version "1.46.0")
|
(version "1.48.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "r3Cseq" version))
|
(uri (bioconductor-uri "r3Cseq" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1wpjsiy9qh45h3k5s79w4zhkma5h4gvyf2sa8l934mx0jl16k0q2"))))
|
(base32 "1llkfcy13h0c973703jmpgp2n6xxfsizb9iw1wxzgkbp1v0iy268"))))
|
||||||
(properties `((upstream-name . "r3Cseq")))
|
(properties `((upstream-name . "r3Cseq")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue