mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-02 08:07:29 +01:00
gnu: r-mbkmeans: Update to 1.12.0.
* gnu/packages/bioconductor.scm (r-mbkmeans): Update to 1.12.0.
This commit is contained in:
parent
7bc3e13bf5
commit
f6c6605102
1 changed files with 2 additions and 2 deletions
|
@ -6168,13 +6168,13 @@ (define-public r-ripseeker
|
|||
(define-public r-mbkmeans
|
||||
(package
|
||||
(name "r-mbkmeans")
|
||||
(version "1.10.0")
|
||||
(version "1.12.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "mbkmeans" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03hpj218s8fynmk1s50s0rinhsljikxdrff06yc8ysbyc6hyfb4k"))))
|
||||
"1f5krzlyqljz763vkp1a50danjn78xhn35s8qqdvzrmwyx0fzphg"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list r-knitr))
|
||||
|
|
Loading…
Reference in a new issue