mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: r-circrnaprofiler: Update to 1.12.2.
* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.12.2.
This commit is contained in:
parent
78fbd6f666
commit
5d800ec66b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue