guix-commits
[Top][All Lists]
Advanced

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

130/324: gnu: r-riboseqr: Update to 1.26.0.


From: guix-commits
Subject: 130/324: gnu: r-riboseqr: Update to 1.26.0.
Date: Sat, 5 Jun 2021 03:15:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 43a0a48a69ebf64a250c5b187954fe451706ed68
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:49:52 2021 +0200

    gnu: r-riboseqr: Update to 1.26.0.
    
    * gnu/packages/bioconductor.scm (r-riboseqr): 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 01244bf..f9b7d87 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5287,14 +5287,14 @@ assessment, principal component analysis on codon 
coverage.")
 (define-public r-riboseqr
   (package
     (name "r-riboseqr")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "riboSeqR" version))
        (sha256
         (base32
-         "07i64gch14rsbjlfv17s689wzlqbi7hcqhcw21pp6cw8bvhvd5xr"))))
+         "1m5w2j35wr0lzwir4s58z757vrcsj5mglsqrkvs241k0hlmn06qa"))))
     (properties `((upstream-name . "riboSeqR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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