guix-commits
[Top][All Lists]
Advanced

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

124/128: gnu: r-rots: Update to 1.10.1.


From: guix-commits
Subject: 124/128: gnu: r-rots: Update to 1.10.1.
Date: Sat, 12 Jan 2019 17:36:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 45dcd7dcfd1dcfa7cacd0e7d996bc5fa04891fed
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 23:07:18 2019 +0100

    gnu: r-rots: Update to 1.10.1.
    
    * gnu/packages/bioconductor.scm (r-rots): Update to 1.10.1.
---
 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 fdca41b..06dc2580 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -831,14 +831,14 @@ information.")
 (define-public r-rots
   (package
     (name "r-rots")
-    (version "1.10.0")
+    (version "1.10.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "ROTS" version))
        (sha256
         (base32
-         "137c06g5w7mjw3b1mly7b7n9iix4fcy23c7a9ym9iz8dazwhzwn5"))))
+         "1d5ggkk47xybcaizfy756qimbf2falg9cld46mhqjp3xfbfvzsg6"))))
     (properties `((upstream-name . "ROTS")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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