me
/
guix
Archived
1
0
Fork 0

gnu: r-circrnaprofiler: Update to 1.12.0.

* gnu/packages/bioconductor.scm (r-circrnaprofiler): Update to 1.12.0.
master
zimoun 2022-11-17 03:50:26 +01:00 committed by Ricardo Wurmus
parent 5adc9823f8
commit a6580915af
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -13463,14 +13463,14 @@ accessibility data.")
(define-public r-circrnaprofiler
(package
(name "r-circrnaprofiler")
(version "1.10.0")
(version "1.12.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "circRNAprofiler" version))
(sha256
(base32
"1gwm416shhv2p3gh1n6kv1rvx0n0imy25b7z62z4s8b3gs3nfp5j"))))
"07l8vaqbw36hvs8pyn1gk6dglnmkcmbafvd4rdrhg2wqwnlpsf40"))))
(properties
`((upstream-name . "circRNAprofiler")))
(build-system r-build-system)