guix-commits
[Top][All Lists]
Advanced

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

05/112: gnu: r-ripseeker: Update to 1.20.0.


From: Ricardo Wurmus
Subject: 05/112: gnu: r-ripseeker: Update to 1.20.0.
Date: Sat, 2 Jun 2018 07:39:57 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 43734b47279b7e0d689297aff614b53b61495569
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 11:41:30 2018 +0200

    gnu: r-ripseeker: Update to 1.20.0.
    
    * gnu/packages/bioconductor.scm (r-ripseeker): Update to 1.20.0.
---
 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 5baf390..16b5e71 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -155,14 +155,14 @@ occupancy (overlap) analysis and plotting functions.")
 (define-public r-ripseeker
   (package
     (name "r-ripseeker")
-    (version "1.18.0")
+    (version "1.20.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "RIPSeeker" version))
        (sha256
         (base32
-         "0bqkzwrncww7il36273chkd3gfxmii7p566ycki9qij419pwr35y"))))
+         "0y9cvzqslfxj3z9mnp47mknff0pky2g5x8x1z1s5yjcx35q89xfi"))))
     (properties `((upstream-name . "RIPSeeker")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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