mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bigmemoryextras: Update to 1.38.0.
* gnu/packages/bioconductor.scm (r-bigmemoryextras): Update to 1.38.0.
This commit is contained in:
parent
0f94a9edb0
commit
e80f8262f6
1 changed files with 2 additions and 2 deletions
|
@ -7568,14 +7568,14 @@ networks and estimated fluxes can be visualized with hypergraphs.")
|
||||||
(define-public r-bigmemoryextras
|
(define-public r-bigmemoryextras
|
||||||
(package
|
(package
|
||||||
(name "r-bigmemoryextras")
|
(name "r-bigmemoryextras")
|
||||||
(version "1.36.0")
|
(version "1.38.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bigmemoryExtras" version))
|
(uri (bioconductor-uri "bigmemoryExtras" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"053bqcd3p4i7agj43ccjxfz40a1sxrymd49vdpfq8ypslkwk7g0g"))))
|
"1k31h746j8r3f92vj62s38fw12qjkv5814ipcqfbswnxgaan17zj"))))
|
||||||
(properties
|
(properties
|
||||||
`((upstream-name . "bigmemoryExtras")))
|
`((upstream-name . "bigmemoryExtras")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue