guix-commits
[Top][All Lists]
Advanced

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

01/03: gnu: r-txdb-mmusculus-ucsc-mm10-knowngene: Update to 3.4.7.


From: guix-commits
Subject: 01/03: gnu: r-txdb-mmusculus-ucsc-mm10-knowngene: Update to 3.4.7.
Date: Mon, 8 Jul 2019 09:34:02 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 61242625ada7a18874a98ea19cbbbc48e53d66ef
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Jul 8 15:10:14 2019 +0200

    gnu: r-txdb-mmusculus-ucsc-mm10-knowngene: Update to 3.4.7.
    
    * gnu/packages/bioconductor.scm (r-txdb-mmusculus-ucsc-mm10-knowngene):
    Update to 3.4.7.
---
 gnu/packages/bioconductor.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/bioconductor.scm b/gnu/packages/bioconductor.scm
index 29dac5b..e5a2d66 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -1,7 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <address@hidden>
 ;;; Copyright © 2016, 2017, 2018 Roel Janssen <address@hidden>
-;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -652,7 +652,7 @@ database is exposed as a @code{TxDb} object.")
 (define-public r-txdb-mmusculus-ucsc-mm10-knowngene
   (package
     (name "r-txdb-mmusculus-ucsc-mm10-knowngene")
-    (version "3.4.4")
+    (version "3.4.7")
     (source (origin
               (method url-fetch)
               ;; We cannot use bioconductor-uri here because this tarball is
@@ -663,7 +663,7 @@ database is exposed as a @code{TxDb} object.")
                                   version ".tar.gz"))
               (sha256
                (base32
-                "01lgxc1fx5nhlpbwjd5zqghkkbmh6axd98ikx4b0spv0jdg6gf39"))))
+                "04impkl8zh1gpwwrpbf19jqznsjrq2306yyhm6cmx6hr1401bd6b"))))
     (properties
      `((upstream-name . "TxDb.Mmusculus.UCSC.mm10.knownGene")))
     (build-system r-build-system)



reply via email to

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