mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 16:06:16 -05:00
gnu: r-riboprofiling: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-riboprofiling): Update to 1.16.0.
This commit is contained in:
parent
b0897fbf95
commit
88af7049ea
1 changed files with 2 additions and 2 deletions
|
@ -1683,14 +1683,14 @@ (define-public r-chipcomp
|
||||||
(define-public r-riboprofiling
|
(define-public r-riboprofiling
|
||||||
(package
|
(package
|
||||||
(name "r-riboprofiling")
|
(name "r-riboprofiling")
|
||||||
(version "1.14.0")
|
(version "1.16.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "RiboProfiling" version))
|
(uri (bioconductor-uri "RiboProfiling" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1si8zkznm0slvghk786qsp0wd6sns6hggrnz88ww9fcfvsqvzsy9"))))
|
"0nfzyiq7cd6fs5agzl1zyfg8s631wi7kjngiyvd3vxlhi8wsjicx"))))
|
||||||
(properties `((upstream-name . "RiboProfiling")))
|
(properties `((upstream-name . "RiboProfiling")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue