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