guix-commits
[Top][All Lists]
Advanced

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

55/353: gnu: r-gostats: Update to 2.60.0.


From: guix-commits
Subject: 55/353: gnu: r-gostats: Update to 2.60.0.
Date: Thu, 4 Nov 2021 18:13:49 -0400 (EDT)

rekado pushed a commit to branch r-updates
in repository guix.

commit 1a65ab4297cc4fc2e5a6e8d15c9b68678fc51400
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 22:04:04 2021 +0000

    gnu: r-gostats: Update to 2.60.0.
    
    * gnu/packages/bioconductor.scm (r-gostats): Update to 2.60.0.
---
 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 21026ca..07d3c26 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -3195,14 +3195,14 @@ manipulating genomic intervals and variables defined 
along a genome.")
 (define-public r-gostats
   (package
     (name "r-gostats")
-    (version "2.58.0")
+    (version "2.60.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOstats" version))
        (sha256
         (base32
-         "0jjswy6qmfgr2f6vk3y9pdvs9x91gn31h55qllgh0qb2cb26g9wa"))))
+         "1f8wqdl0swnvs59i6ljjcaglfqv314n8zxy4crpx806gbjzpn76z"))))
     (properties `((upstream-name . "GOstats")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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