me
/
guix
Archived
1
0
Fork 0

gnu: r-circrnaprofiler: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.14.0.
master
Ricardo Wurmus 2023-04-28 19:01:18 +02:00
parent 52fd33e996
commit a6361a752d
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15824,14 +15824,14 @@ accessibility data.")
(define-public r-circrnaprofiler
(package
(name "r-circrnaprofiler")
(version "1.12.2")
(version "1.14.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "circRNAprofiler" version))
(sha256
(base32
"1i954hn7xyajpkg4fks04jd86flcmy2326nzpmxgy8h69jkzdc8q"))))
"0gagfm7v5bnnfj1zy6zf4cg91bj8nvv4vm38f3a1s4q2xc8pcvfj"))))
(properties
`((upstream-name . "circRNAprofiler")))
(build-system r-build-system)