guix-commits
[Top][All Lists]
Advanced

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

15/151: gnu: r-ripseeker: Update to 1.22.0.


From: Ricardo Wurmus
Subject: 15/151: gnu: r-ripseeker: Update to 1.22.0.
Date: Wed, 7 Nov 2018 06:28:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e9427b2c7852cbc02b06e91b1d5503f5f02211d4
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 11:47:38 2018 +0100

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



reply via email to

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