mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-06 03:17:15 -05:00
gnu: r-bandits: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-bandits): Update to 1.18.0. Change-Id: Iafbafd9f7275b9936fa73d47f0b47a1a4ec6ea7a
This commit is contained in:
parent
7bd373b25e
commit
70f14dd31e
1 changed files with 2 additions and 2 deletions
|
@ -4257,13 +4257,13 @@ (define-public r-bambu
|
|||
(define-public r-bandits
|
||||
(package
|
||||
(name "r-bandits")
|
||||
(version "1.16.1")
|
||||
(version "1.18.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BANDITS" version))
|
||||
(sha256
|
||||
(base32
|
||||
"04l6iy0sij7zhzswhxjzir3xmrjnp6aapp0a93xp01xiv2sgdzni"))))
|
||||
"1xdyi61scfay5l5v7c40wjjl83kcvagvypxnfvsws4avh08x3ni3"))))
|
||||
(properties `((upstream-name . "BANDITS")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue