gnu: r-matrixgenerics: Update to 1.8.1.
* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.8.1.master
parent
605eda07df
commit
7ff0669cee
|
@ -6675,13 +6675,13 @@ enrichedGO (addGeneIDs).")
|
||||||
(define-public r-matrixgenerics
|
(define-public r-matrixgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-matrixgenerics")
|
(name "r-matrixgenerics")
|
||||||
(version "1.8.0")
|
(version "1.8.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MatrixGenerics" version))
|
(uri (bioconductor-uri "MatrixGenerics" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0s7s39v9lqniirjgp8lbmffw0c8rsp6bndgzy1zlyh5vivfih0f5"))))
|
"1liblnpziyyjxzrhdd5d89ilvfqqhbl87h3hsmdm0kwnmc73r37f"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "MatrixGenerics")))
|
`((upstream-name . "MatrixGenerics")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Reference in New Issue