guix-commits
[Top][All Lists]
Advanced

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

161/265: gnu: r-gostats: Update to 2.52.0.


From: guix-commits
Subject: 161/265: gnu: r-gostats: Update to 2.52.0.
Date: Sun, 15 Dec 2019 09:40:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 545730891e33745dd0ab6e33705f32746a0642dd
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:16:06 2019 +0100

    gnu: r-gostats: Update to 2.52.0.
    
    * gnu/packages/bioinformatics.scm (r-gostats): Update to 2.52.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 c695069..f77dab2 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6887,14 +6887,14 @@ analysis.")
 (define-public r-gostats
   (package
     (name "r-gostats")
-    (version "2.50.0")
+    (version "2.52.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOstats" version))
        (sha256
         (base32
-         "1a95i6awm2a8xv42fg2z3n29fg9z29i45kd80hxf6mvqqgzj80xp"))))
+         "19f4gxm3sbprqrnwzvskvywv6j4ibm8xkrbgg4h0fvh2b5331nwc"))))
     (properties `((upstream-name . "GOstats")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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