guix-commits
[Top][All Lists]
Advanced

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

49/215: gnu: r-genomation: Update to 1.16.0.


From: guix-commits
Subject: 49/215: gnu: r-genomation: Update to 1.16.0.
Date: Sun, 5 May 2019 18:15:35 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6ef47ac82e8ed80a609238194d1afebb2fece1ac
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:34:40 2019 +0200

    gnu: r-genomation: Update to 1.16.0.
    
    * gnu/packages/bioinformatics.scm (r-genomation): Update to 1.16.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 4f15313..cec36d0 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.14.0")
+    (version "1.16.0")
     (source (origin
               (method url-fetch)
               (uri (bioconductor-uri "genomation" version))
               (sha256
                (base32
-                "0g0v4alfpqlinqinjnyzl3mrjnpbdx9ri34mcaiqbvbvg8ic8wvg"))))
+                "06i711pwq9znd7plh0p25skxnnh5dyl61c33k9gma243wvlzmlkj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biostrings" ,r-biostrings)



reply via email to

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