mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-17 12:30:38 +02:00
gnu: r-bigpint: Update to 1.8.0.
* gnu/packages/bioconductor.scm (r-bigpint): Update to 1.8.0.
This commit is contained in:
parent
90eb7ae1a9
commit
8a8f200703
1 changed files with 2 additions and 2 deletions
|
@ -11076,14 +11076,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.6.0")
|
(version "1.8.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
|
||||||
"1axgapy4iyx059777m9faczwwj03h3i5dyrs0rlc84axzhzd2kis"))))
|
"0yrg9x1a92zmz7j5hk77cph1jg82mkpr7k7qi9fdr6z5nqq6fgz6"))))
|
||||||
(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