mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-08 03:59:40 +01:00
gnu: r-bandits: Update to 1.16.1.
* gnu/packages/bioconductor.scm (r-bandits): Update to 1.16.1.
This commit is contained in:
parent
13dde61328
commit
01faf51999
1 changed files with 2 additions and 2 deletions
|
@ -3962,13 +3962,13 @@ usage.")
|
||||||
(define-public r-bandits
|
(define-public r-bandits
|
||||||
(package
|
(package
|
||||||
(name "r-bandits")
|
(name "r-bandits")
|
||||||
(version "1.16.0")
|
(version "1.16.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BANDITS" version))
|
(uri (bioconductor-uri "BANDITS" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r2l2a8870iihcjd515sj54nylymyz0zzpb5cgdr2g9jgfn1w4k7"))))
|
"04l6iy0sij7zhzswhxjzir3xmrjnp6aapp0a93xp01xiv2sgdzni"))))
|
||||||
(properties `((upstream-name . "BANDITS")))
|
(properties `((upstream-name . "BANDITS")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Reference in a new issue