mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-30 14:26:48 +01:00
gnu: r-numbat: Update to 1.3.2-1.
* gnu/packages/bioconductor.scm (r-numbat): Update to 1.3.2-1.
This commit is contained in:
parent
347e3b1b75
commit
5f8104b3a4
1 changed files with 2 additions and 2 deletions
|
@ -8068,13 +8068,13 @@ (define-public r-mzr
|
|||
(define-public r-numbat
|
||||
(package
|
||||
(name "r-numbat")
|
||||
(version "1.3.0")
|
||||
(version "1.3.2-1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "numbat" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0499i20kkpr58b59xmw7d4q4dgp6ryfb9jj55idvhaa2k1kv28n6"))))
|
||||
"1b9bykgw3z7a8bky5yv2g402gdapv8kcla2kbbyqvs77x4wba4q4"))))
|
||||
(properties `((upstream-name . "numbat")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-ape
|
||||
|
|
Loading…
Reference in a new issue