guix-commits
[Top][All Lists]
Advanced

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

116/215: gnu: r-ripseeker: Update to 1.24.0.


From: guix-commits
Subject: 116/215: gnu: r-ripseeker: Update to 1.24.0.
Date: Sun, 5 May 2019 18:15:51 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 0968a44874c445adfa5dddfaac654ba388ecc6a2
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:54:07 2019 +0200

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



reply via email to

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