guix-commits
[Top][All Lists]
Advanced

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

131/265: gnu: r-genomation: Update to 1.18.0.


From: guix-commits
Subject: 131/265: gnu: r-genomation: Update to 1.18.0.
Date: Sun, 15 Dec 2019 09:40:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit e06b34e8c68929da4c1d61b77040361dfb1c427c
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:10:55 2019 +0100

    gnu: r-genomation: Update to 1.18.0.
    
    * gnu/packages/bioinformatics.scm (r-genomation): Update to 1.18.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 06853e1..f69b34b 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -8095,13 +8095,13 @@ reference point and sorted by a user defined feature.")
 (define-public r-genomation
   (package
     (name "r-genomation")
-    (version "1.16.0")
+    (version "1.18.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "genomation" version))
               (sha256
                (base32
-                "06i711pwq9znd7plh0p25skxnnh5dyl61c33k9gma243wvlzmlkj"))))
+                "1sba928h23b67gr3i4yj1bg655g24l3bcgsf5gvymzrv5idrss1l"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biostrings" ,r-biostrings)



reply via email to

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