me
/
guix
Archived
1
0
Fork 0

gnu: r-bandits: Update to 1.14.0.

* gnu/packages/bioconductor.scm (r-bandits): Update to 1.14.0.
master
zimoun 2022-11-17 03:50:05 +01:00 committed by Ricardo Wurmus
parent f07c0d00cd
commit f3038efb80
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2966,13 +2966,13 @@ usage.")
(define-public r-bandits
(package
(name "r-bandits")
(version "1.12.0")
(version "1.14.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BANDITS" version))
(sha256
(base32
"1423djb7cij68y0q2dcp8q7lrcn2fxjn6d25v4qy3w00b2w8ppg9"))))
"18xq8gg1j07gbbxy7r0cc34zwn40mh4fr39zzi8l3z0cymw73qs8"))))
(properties `((upstream-name . "BANDITS")))
(build-system r-build-system)
(propagated-inputs