guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/39: gnu: r-bandits: Update to 1.18.1.


From: guix-commits
Subject: 07/39: gnu: r-bandits: Update to 1.18.1.
Date: Fri, 15 Dec 2023 11:48:43 -0500 (EST)

rekado pushed a commit to branch r-updates
in repository guix.

commit 71c0e7eea67c59b6480a1772c095b59f8b625fc6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Dec 15 17:47:35 2023 +0100

    gnu: r-bandits: Update to 1.18.1.
    
    * gnu/packages/bioconductor.scm (r-bandits): Update to 1.18.1.
    
    Change-Id: Ied13d156cb7762fd6f86a5a0cccff302b684530d
---
 gnu/packages/bioconductor.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index b26b2e6e83..62f9a5e19e 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -4408,13 +4408,13 @@ usage.")
 (define-public r-bandits
   (package
     (name "r-bandits")
-    (version "1.18.0")
+    (version "1.18.1")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "BANDITS" version))
               (sha256
                (base32
-                "1xdyi61scfay5l5v7c40wjjl83kcvagvypxnfvsws4avh08x3ni3"))))
+                "0y81m37c5irpaw9pfm5b672wk804n4x1g9g5pfh1dp7pggfwbf1z"))))
     (properties `((upstream-name . "BANDITS")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]