mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: r-circrnaprofiler: Update to 1.16.0.
* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.16.0. Change-Id: I31457048a3c1659b0765ae1732f492567c7397dd
This commit is contained in:
parent
5e268c72a4
commit
8ef81e22b3
1 changed files with 2 additions and 2 deletions
|
@ -17909,14 +17909,14 @@ (define-public r-cicero-monocle3
|
|||
(define-public r-circrnaprofiler
|
||||
(package
|
||||
(name "r-circrnaprofiler")
|
||||
(version "1.14.0")
|
||||
(version "1.16.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "circRNAprofiler" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0gagfm7v5bnnfj1zy6zf4cg91bj8nvv4vm38f3a1s4q2xc8pcvfj"))))
|
||||
"098fbrszph5cnh4n9zjhj92sg1bi6h6k57wm2vlaqkq0nab63r63"))))
|
||||
(properties
|
||||
`((upstream-name . "circRNAprofiler")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue