gnu: r-bandits: Update to 1.24.0.

* gnu/packages/bioconductor.scm (r-bandits): Update to 1.24.0.

Change-Id: Id1b9bcf37631edc5b20246c6bbdbdc991de8c365
This commit is contained in:
Ricardo Wurmus 2025-04-29 18:55:24 +02:00
parent cb6e002032
commit d11e78f9dc
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -5852,13 +5852,13 @@ usage.")
(define-public r-bandits
(package
(name "r-bandits")
(version "1.22.0")
(version "1.24.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BANDITS" version))
(sha256
(base32
"01ksk9wqzmg14pn0x0dch1fcrdwxw9qrfc592gkx9cy4sh8kdf3n"))))
"1xqi3gpsshnb6h1yyvxh4dqafzw691zmpy4mc40nd6skz3hqwls0"))))
(properties
'((upstream-name . "BANDITS")
(updater-extra-native-inputs . ("r-tximport"))))