gnu: r-bandits: Update to 1.14.2.

* gnu/packages/bioconductor.scm (r-bandits): Update to 1.14.2.
This commit is contained in:
Ricardo Wurmus 2023-03-15 14:56:29 +01:00
parent eeece329e8
commit b28eff5aec
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3605,13 +3605,13 @@ (define-public r-bambu
(define-public r-bandits
(package
(name "r-bandits")
(version "1.14.1")
(version "1.14.2")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BANDITS" version))
(sha256
(base32
"0dbiz7zgdl3bqrwf4ffb73sc2dd8ygh76fakx5887a14azj8pk8x"))))
"11w0azh2g0y331imqpllnb0csjxf3gs1767cc67c1zp0ykg6yq8l"))))
(properties `((upstream-name . "BANDITS")))
(build-system r-build-system)
(propagated-inputs