mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-transcriptr: Update to 1.26.0.
* gnu/packages/bioconductor.scm (r-transcriptr): Update to 1.26.0.
This commit is contained in:
parent
e5e22f3352
commit
2c821d2ce5
1 changed files with 2 additions and 2 deletions
|
@ -7020,13 +7020,13 @@ and comparing the clusterings.")
|
||||||
(define-public r-transcriptr
|
(define-public r-transcriptr
|
||||||
(package
|
(package
|
||||||
(name "r-transcriptr")
|
(name "r-transcriptr")
|
||||||
(version "1.24.0")
|
(version "1.26.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "transcriptR" version))
|
(uri (bioconductor-uri "transcriptR" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1zc6aasd5nzwl9jxr0rdriiq85adqdbfi5b9m3jyf69pa71sgy03"))))
|
(base32 "03v8xn777vyma82ma5dzk07i1g7406cvsybdz4bf6hj8bgx5ynw7"))))
|
||||||
(properties `((upstream-name . "transcriptR")))
|
(properties `((upstream-name . "transcriptR")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue