summary refs log tree commit diff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2017-09-18 11:18:20 +0200
committerRicardo Wurmus <rekado@elephly.net>2017-09-18 11:33:26 +0200
commitd82937fbe0dd5e0c9321292b2d07b81ef807aa8e (patch)
tree26ca3d144ddc5e4d3cd2ebeeff501627530c0189
parentd9c65e5a9ce6fc7d7a8b9c7cacdb8ced01738d81 (diff)
downloadguix-d82937fbe0dd5e0c9321292b2d07b81ef807aa8e.tar.gz
gnu: r-rcas: Update to 1.3.4.
* gnu/packages/bioinformatics.scm (r-rcas): Update to 1.3.4.
-rw-r--r--gnu/packages/bioinformatics.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8a9abf7737..92a9fd850a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8024,7 +8024,7 @@ paired-end data.")
 (define-public r-rcas
   (package
     (name "r-rcas")
-    (version "1.3.3")
+    (version "1.3.4")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/BIMSBbioinfo/RCAS/archive/v"
@@ -8032,7 +8032,7 @@ paired-end data.")
               (file-name (string-append name "-" version ".tar.gz"))
               (sha256
                (base32
-                "19mk7vkbngmch54kzcxb52161ljfchhjsaanza8iwv5h98sjj66d"))))
+                "1qgc7vi6fpzl440yg7jhiycg5q336kd4pxqzx10yx2zcq3bq3msg"))))
     (build-system r-build-system)
     (native-inputs
      `(("r-knitr" ,r-knitr)