mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-30 16:12:58 -05:00
gnu: r-matrixgenerics: Update to 1.14.0.
* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.14.0. Change-Id: I1160b591dd0d35a3eaeafb4601ee446aa7eb1308
This commit is contained in:
parent
88a4c1ef40
commit
56b23251f2
1 changed files with 2 additions and 2 deletions
|
@ -12099,13 +12099,13 @@ (define-public r-chippeakanno
|
|||
(define-public r-matrixgenerics
|
||||
(package
|
||||
(name "r-matrixgenerics")
|
||||
(version "1.12.3")
|
||||
(version "1.14.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "MatrixGenerics" version))
|
||||
(sha256
|
||||
(base32
|
||||
"07hrafzn3787vprdwdk3cfyhi8df7hjvxg9vq7ad8raqzb37lqil"))))
|
||||
"14x5jib5xh2006lg96v3b9n2pnbjcbsd5igqybqsv0c53rk9394d"))))
|
||||
(properties
|
||||
`((upstream-name . "MatrixGenerics")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue