mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-01 00:52:55 -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
|
(define-public r-circrnaprofiler
|
||||||
(package
|
(package
|
||||||
(name "r-circrnaprofiler")
|
(name "r-circrnaprofiler")
|
||||||
(version "1.16.0")
|
(version "1.18.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "circRNAprofiler" version))
|
(uri (bioconductor-uri "circRNAprofiler" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"098fbrszph5cnh4n9zjhj92sg1bi6h6k57wm2vlaqkq0nab63r63"))))
|
"0gjnx4645kd7qag7dzs5dp9lhsv6zg5xn6jna3bap4mginl1jvxi"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "circRNAprofiler")))
|
`((upstream-name . "circRNAprofiler")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Reference in a new issue