guix-commits
[Top][All Lists]
Advanced

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

408/457: gnu: r-snpstats: Update to 1.48.0.


From: guix-commits
Subject: 408/457: gnu: r-snpstats: Update to 1.48.0.
Date: Thu, 24 Nov 2022 06:37:49 -0500 (EST)

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

commit 1ff0bc4e7b4685d13c2e3c6603a80410ef94e483
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Thu Nov 17 03:50:32 2022 +0100

    gnu: r-snpstats: Update to 1.48.0.
    
    * gnu/packages/bioconductor.scm (r-snpstats): Update to 1.48.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 1e76ac9158..d7d0ca6920 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -17046,14 +17046,14 @@ large-scale and fully automated analysis.")
 (define-public r-snpstats
   (package
     (name "r-snpstats")
-    (version "1.46.0")
+    (version "1.48.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "snpStats" version))
        (sha256
         (base32
-         "0a5b5nqc7n965jk45ijwkzbn416ib4gfhp8xl39z8f2bdskip4a2"))))
+         "14rkrav4iydc85194skdy33sk365pjmmvxxvzaxxh0k9ds009qwx"))))
     (properties `((upstream-name . "snpStats")))
     (build-system r-build-system)
     (inputs (list zlib))



reply via email to

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