mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-htscluster: Update to 2.0.10.
* gnu/packages/bioconductor.scm (r-htscluster): Update to 2.0.10.
This commit is contained in:
parent
b1dd1f221f
commit
8f3787576c
1 changed files with 2 additions and 2 deletions
|
@ -7976,14 +7976,14 @@ abnormal copy number.")
|
||||||
(define-public r-htscluster
|
(define-public r-htscluster
|
||||||
(package
|
(package
|
||||||
(name "r-htscluster")
|
(name "r-htscluster")
|
||||||
(version "2.0.8")
|
(version "2.0.10")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "HTSCluster" version))
|
(uri (cran-uri "HTSCluster" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wnbfh6hdx8692jilgmv8sys1zm6fqc6mim7vvjhyqlmpm8gm0kg"))))
|
"0scn4fsfmlkzxibfhsh6krm2cl9c8hsmyjgn48k9dyjf0ylyxg9n"))))
|
||||||
(properties `((upstream-name . "HTSCluster")))
|
(properties `((upstream-name . "HTSCluster")))
|
||||||
(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