guix-commits
[Top][All Lists]
Advanced

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

192/265: gnu: r-rsubread: Update to 2.0.0.


From: guix-commits
Subject: 192/265: gnu: r-rsubread: Update to 2.0.0.
Date: Sun, 15 Dec 2019 09:40:35 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 4390788ea2dc74d6a6590bc4bf3a0d7d3f44ef02
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:22:02 2019 +0100

    gnu: r-rsubread: Update to 2.0.0.
    
    * gnu/packages/bioconductor.scm (r-rsubread): Update to 2.0.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 d481c38..300bf0c 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5194,14 +5194,14 @@ annotations.")
 (define-public r-rsubread
   (package
     (name "r-rsubread")
-    (version "1.34.7")
+    (version "2.0.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "Rsubread" version))
        (sha256
         (base32
-         "0z4ydk9296bp76ah5y6a7za5jyn4h238xngb789zragly902x83y"))))
+         "0l8q9y2a4m1di0w5nlxhq9jgliinhgr2fwjpm5ixnqx5j3iprlwd"))))
     (properties `((upstream-name . "Rsubread")))
     (build-system r-build-system)
     (inputs `(("zlib" ,zlib)))



reply via email to

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