guix-commits
[Top][All Lists]
Advanced

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

321/324: gnu: r-snpstats: Update to 1.42.0.


From: guix-commits
Subject: 321/324: gnu: r-snpstats: Update to 1.42.0.
Date: Sat, 5 Jun 2021 03:16:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 3e2052e7dac115d0795c28e93006df17a562b18b
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Jun 5 08:50:16 2021 +0200

    gnu: r-snpstats: Update to 1.42.0.
    
    * gnu/packages/bioconductor.scm (r-snpstats): Update to 1.42.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 4f786ec..4ffa869 100644
--- a/gnu/packages/bioconductor.scm
+++ b/gnu/packages/bioconductor.scm
@@ -13367,14 +13367,14 @@ large-scale and fully automated analysis.")
 (define-public r-snpstats
   (package
     (name "r-snpstats")
-    (version "1.40.0")
+    (version "1.42.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "snpStats" version))
        (sha256
         (base32
-         "1298a71swwav53yf9kfqkdpach3818plqcbw0lgb6sibs8y8ff24"))))
+         "11vvih5y9kvyjfp2navkfpp4xiyfgwlv4r0x3p52hkj92pc2pg3g"))))
     (properties `((upstream-name . "snpStats")))
     (build-system r-build-system)
     (inputs `(("zlib" ,zlib)))



reply via email to

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