gnu: r-snpstats: Update to 1.42.0.
authorRicardo Wurmus <rekado@elephly.net>
Sat, 5 Jun 2021 06:50:16 +0000 (08:50 +0200)
committerRicardo Wurmus <rekado@elephly.net>
Sat, 5 Jun 2021 07:12:58 +0000 (09:12 +0200)
* gnu/packages/bioconductor.scm (r-snpstats): Update to 1.42.0.

gnu/packages/bioconductor.scm

index 4f786ec..4ffa869 100644 (file)
@@ -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)))