gnu: r-matrixgenerics: Update to 1.4.0.
* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.4.0.
This commit is contained in:
parent
538605493c
commit
202202c8ad
1 changed files with 2 additions and 2 deletions
|
@ -5064,13 +5064,13 @@ enrichedGO (addGeneIDs).")
|
||||||
(define-public r-matrixgenerics
|
(define-public r-matrixgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-matrixgenerics")
|
(name "r-matrixgenerics")
|
||||||
(version "1.2.1")
|
(version "1.4.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MatrixGenerics" version))
|
(uri (bioconductor-uri "MatrixGenerics" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"163f0z33cv6038gcjdxn1hadcg9b09qgvm6zc5zn97y4rc8grkrb"))))
|
"1xq3a9ls125wfnhn13rdbsxzq3f6klsspx7h0znd6l67f5j5k25s"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "MatrixGenerics")))
|
`((upstream-name . "MatrixGenerics")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in a new issue