mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-matrixgenerics: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-matrixgenerics): Update to 1.20.0. Change-Id: I4a3480a6b10267b70a6e0c55df19e568194e194f
This commit is contained in:
parent
fb17561609
commit
b8580339aa
1 changed files with 2 additions and 2 deletions
|
@ -15911,13 +15911,13 @@ enrichedGO (addGeneIDs).")
|
||||||
(define-public r-matrixgenerics
|
(define-public r-matrixgenerics
|
||||||
(package
|
(package
|
||||||
(name "r-matrixgenerics")
|
(name "r-matrixgenerics")
|
||||||
(version "1.18.1")
|
(version "1.20.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
|
||||||
"1b66vv8nbvdf0zvapmkcn8hxbvh5d4pv12l1rpawijzp3xg7r7p9"))))
|
"1ys0239gzg3lq12g954b9zwhyqasbny2w1ra452kaj4pqc5p1dpl"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "MatrixGenerics")))
|
`((upstream-name . "MatrixGenerics")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue