mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-rdisop: Update to 1.64.0.
* gnu/packages/bioconductor.scm (r-rdisop): Update to 1.64.0. Change-Id: Ife4ff5b23ce4827280d9a905f95a53119d5a3adb
This commit is contained in:
parent
1d58369140
commit
a12af56abd
1 changed files with 2 additions and 2 deletions
|
@ -8715,13 +8715,13 @@ rectangular dataset.")
|
|||
(define-public r-rdisop
|
||||
(package
|
||||
(name "r-rdisop")
|
||||
(version "1.62.0")
|
||||
(version "1.64.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "Rdisop" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jz063hsrrbrqqx8p5yknagw19hsw51arck591h95dckncxd0006"))))
|
||||
"1gcg441mp6bdnzjkh4gg6zgjn4hnw5i8mdcvb1hfim4hsc7sdsxv"))))
|
||||
(properties `((upstream-name . "Rdisop")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs (list r-rcpp))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue