guix-commits
[Top][All Lists]
Advanced

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

193/265: gnu: r-annotatr: Update to 1.12.1.


From: guix-commits
Subject: 193/265: gnu: r-annotatr: Update to 1.12.1.
Date: Sun, 15 Dec 2019 09:40:36 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 700072565f765b51491b147d40ae9a038cd822be
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:22:13 2019 +0100

    gnu: r-annotatr: Update to 1.12.1.
    
    * gnu/packages/bioconductor.scm (r-annotatr): Update to 1.12.1.
---
 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 300bf0c..ea718f8 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5155,14 +5155,14 @@ datasets.")
 (define-public r-annotatr
   (package
     (name "r-annotatr")
-    (version "1.10.0")
+    (version "1.12.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "annotatr" version))
        (sha256
         (base32
-         "1zlhy6swfgqjhhcqn8c6akxd4c4z8p85swfh095imji7hxnlhh1f"))))
+         "1bibk3p1q4cavqy11xs6rqqhqdjsq2dd7lf7blwcr27s5ajcd6dj"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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