1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-01 22:31:32 +02:00

gnu: r-bandits: Update to 1.26.0.

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

Change-Id: Icb686b3ba75e708458d60ac77de9ca4652f7a96d
This commit is contained in:
Ricardo Wurmus
2025-11-25 13:33:14 +01:00
parent d8a009374e
commit 397d8258ae
+2 -2
View File
@@ -5871,13 +5871,13 @@ usage.")
(define-public r-bandits
(package
(name "r-bandits")
(version "1.24.0")
(version "1.26.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "BANDITS" version))
(sha256
(base32
"1xqi3gpsshnb6h1yyvxh4dqafzw691zmpy4mc40nd6skz3hqwls0"))))
"0ygh1sgnxsqvz9k79sp29nc1rvm4cfp7g1fxy0hiis9p6lznz88m"))))
(properties
'((upstream-name . "BANDITS")
(updater-extra-native-inputs . ("r-tximport"))))