guix-commits
[Top][All Lists]
Advanced

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

53/92: gnu: r-gprofiler: Update to 0.6.7.


From: Ricardo Wurmus
Subject: 53/92: gnu: r-gprofiler: Update to 0.6.7.
Date: Tue, 30 Oct 2018 16:48:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 6b451c0801bb851a73317f449a70f1d9059fe025
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Oct 30 07:47:01 2018 +0100

    gnu: r-gprofiler: Update to 0.6.7.
    
    * gnu/packages/bioinformatics.scm (r-gprofiler): Update to 0.6.7.
---
 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 96b4cbd..1cf1de1 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10378,14 +10378,14 @@ interval to data view, mismatch pileup, and several 
splicing summaries.")
 (define-public r-gprofiler
   (package
     (name "r-gprofiler")
-    (version "0.6.6")
+    (version "0.6.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "gProfileR" version))
        (sha256
         (base32
-         "1n6cj12j102b4x9vhyl4dljp1i0r43p23cnhqbx4als2xfxdlqgi"))))
+         "12nwidbnqmnfy5dnqga26byslvdnkrpz2fi19qfcby6xx0wbndk7"))))
     (properties `((upstream-name . "gProfileR")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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