mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-bigpint: Update to 1.10.0.
* gnu/packages/bioconductor.scm (r-bigpint): Update to 1.10.0.
This commit is contained in:
parent
8eef74bce1
commit
97e275b7b9
1 changed files with 2 additions and 2 deletions
|
@ -11439,14 +11439,14 @@ a file-backed matrix with factor properties.")
|
||||||
(define-public r-bigpint
|
(define-public r-bigpint
|
||||||
(package
|
(package
|
||||||
(name "r-bigpint")
|
(name "r-bigpint")
|
||||||
(version "1.8.0")
|
(version "1.10.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bigPint" version))
|
(uri (bioconductor-uri "bigPint" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0yrg9x1a92zmz7j5hk77cph1jg82mkpr7k7qi9fdr6z5nqq6fgz6"))))
|
"0b0l0v9p7a5da3x18d0pqn41ilgxfyzapjaawgsshcfm5mjq5d7q"))))
|
||||||
(properties `((upstream-name . "bigPint")))
|
(properties `((upstream-name . "bigPint")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue