me
/
guix
Archived
1
0
Fork 0

gnu: r-circrnaprofiler: Update to 1.8.0.

* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.8.0.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -10340,14 +10340,14 @@ accessibility data.")
(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)