guix-commits
[Top][All Lists]
Advanced

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

117/457: gnu: r-gostats: Update to 2.64.0.


From: guix-commits
Subject: 117/457: gnu: r-gostats: Update to 2.64.0.
Date: Thu, 24 Nov 2022 06:36:53 -0500 (EST)

rekado pushed a commit to branch wip-bioconductor
in repository guix.

commit 25c5901adcccaf80a6cc8965f7fc43cb46f65a87
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:10 2022 +0100

    gnu: r-gostats: Update to 2.64.0.
    
    * gnu/packages/bioconductor.scm (r-gostats): Update to 2.64.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 e7472601ac..8db8db22b9 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -5568,14 +5568,14 @@ manipulating genomic intervals and variables defined 
along a genome.")
 (define-public r-gostats
   (package
     (name "r-gostats")
-    (version "2.62.0")
+    (version "2.64.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "GOstats" version))
        (sha256
         (base32
-         "121ly9vifarg8y7mc468571bbs0xv4sx6sflm5zcdqf0p83yvjrm"))))
+         "07chyfkq8nwxjgnlrrwza8jw996dq0ki4bzdfalj9yl1iac1pnys"))))
     (properties `((upstream-name . "GOstats")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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