guix-commits
[Top][All Lists]
Advanced

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

36/265: gnu: r-ripseeker: Update to 1.26.0.


From: guix-commits
Subject: 36/265: gnu: r-ripseeker: Update to 1.26.0.
Date: Sun, 15 Dec 2019 09:39:59 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit ba74434fc4f3159578b2b8123197e7a6c3c45bb1
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 14:32:58 2019 +0100

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



reply via email to

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