gnu: r-biocsingular: Update to 1.2.0.
* gnu/packages/bioconductor.scm (r-biocsingular): Update to 1.2.0.
This commit is contained in:
parent
12e2aa96dc
commit
c88448d4b8
1 changed files with 2 additions and 2 deletions
|
@ -2070,14 +2070,14 @@ achieved for all methods using the BiocParallel framework.")
|
||||||
(define-public r-biocsingular
|
(define-public r-biocsingular
|
||||||
(package
|
(package
|
||||||
(name "r-biocsingular")
|
(name "r-biocsingular")
|
||||||
(version "1.0.0")
|
(version "1.2.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BiocSingular" version))
|
(uri (bioconductor-uri "BiocSingular" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"129z6bkdhm5wlvrjiwrr8yl2jj9chh4i6dm6firlj4c4ql3jp4f5"))))
|
"0qd7r2k56ym7ivjgapxbk7fyj2d7396f1ad1hkgnicgyw1an5q1r"))))
|
||||||
(properties `((upstream-name . "BiocSingular")))
|
(properties `((upstream-name . "BiocSingular")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue