gnu: r-circrnaprofiler: Update to 1.12.2.

* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.12.2.
This commit is contained in:
Ricardo Wurmus 2023-03-15 14:56:31 +01:00
parent 78fbd6f666
commit 5d800ec66b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -15001,14 +15001,14 @@ (define-public r-cicero-monocle3
(define-public r-circrnaprofiler
(package
(name "r-circrnaprofiler")
(version "1.12.0")
(version "1.12.2")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "circRNAprofiler" version))
(sha256
(base32
"07l8vaqbw36hvs8pyn1gk6dglnmkcmbafvd4rdrhg2wqwnlpsf40"))))
"1i954hn7xyajpkg4fks04jd86flcmy2326nzpmxgy8h69jkzdc8q"))))
(properties
`((upstream-name . "circRNAprofiler")))
(build-system r-build-system)