me
/
guix
Archived
1
0
Fork 0

gnu: r-bigpint: Update to 1.10.0.

* gnu/packages/bioconductor.scm (r-bigpint): Update to 1.10.0.
master
Ricardo Wurmus 2021-11-04 22:04:38 +00:00
parent 8eef74bce1
commit 97e275b7b9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11439,14 +11439,14 @@ a file-backed matrix with factor properties.")
(define-public r-bigpint
(package
(name "r-bigpint")
(version "1.8.0")
(version "1.10.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "bigPint" version))
(sha256
(base32
"0yrg9x1a92zmz7j5hk77cph1jg82mkpr7k7qi9fdr6z5nqq6fgz6"))))
"0b0l0v9p7a5da3x18d0pqn41ilgxfyzapjaawgsshcfm5mjq5d7q"))))
(properties `((upstream-name . "bigPint")))
(build-system r-build-system)
(propagated-inputs