gnu: r-circrnaprofiler: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.8.0.
This commit is contained in:
Ricardo Wurmus 2021-11-04 22:04:34 +00:00
parent 6f9be50deb
commit cace0f424b
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10340,14 +10340,14 @@ (define-public r-cicero-monocle3
(define-public r-circrnaprofiler
(package
(name "r-circrnaprofiler")
(version "1.6.0")
(version "1.8.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "circRNAprofiler" version))
(sha256
(base32
"1hif40vfg2lkbyf6abbkxbdm3b1biw6gxnh6ca2sydvi3y5l2ys2"))))
"0l83r9idhrha1m21vpnw917m5dlldji49zvx4d25m5g3ia1pkhpf"))))
(properties
`((upstream-name . "circRNAprofiler")))
(build-system r-build-system)