mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-transcriptr: Update to 1.28.0.
* gnu/packages/bioconductor.scm (r-transcriptr): Update to 1.28.0.
This commit is contained in:
parent
b28d21fff2
commit
a48cb51ed0
1 changed files with 2 additions and 2 deletions
|
@ -9024,13 +9024,13 @@ (define-public r-simplifyenrichment
|
|||
(define-public r-transcriptr
|
||||
(package
|
||||
(name "r-transcriptr")
|
||||
(version "1.26.0")
|
||||
(version "1.28.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "transcriptR" version))
|
||||
(sha256
|
||||
(base32 "03v8xn777vyma82ma5dzk07i1g7406cvsybdz4bf6hj8bgx5ynw7"))))
|
||||
(base32 "0i38zs33drzk9szy2mdfs9ff9c3ccjgiyyynrrsinrx0szc8l22r"))))
|
||||
(properties `((upstream-name . "transcriptR")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue