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:
Ricardo Wurmus 2024-05-07 13:07:06 +02:00
parent a675626580
commit 15f55f8107
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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)