guix-commits
[Top][All Lists]
Advanced

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

110/128: gnu: r-gage: Update to 2.32.1.


From: guix-commits
Subject: 110/128: gnu: r-gage: Update to 2.32.1.
Date: Sat, 12 Jan 2019 17:36:21 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 15d89fe9f8ba957df4e51383968476d5a22184e8
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jan 12 23:04:25 2019 +0100

    gnu: r-gage: Update to 2.32.1.
    
    * gnu/packages/bioinformatics.scm (r-gage): Update to 2.32.1.
---
 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 db5acb2..a718d78 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10130,14 +10130,14 @@ microarrays or GRanges for sequencing data.")
 (define-public r-gage
   (package
     (name "r-gage")
-    (version "2.32.0")
+    (version "2.32.1")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "gage" version))
        (sha256
         (base32
-         "07b098wvryxf0zd423nk6h52s3gyngwjcx2vplqybpbpgl8h2931"))))
+         "02g796sb1800ff0f1mq9f2m5wwzpf8pnfzajs49i68dhq2hm01a8"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-annotationdbi" ,r-annotationdbi)



reply via email to

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