guix-commits
[Top][All Lists]
Advanced

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

91/215: gnu: r-snpstats: Update to 1.34.0.


From: guix-commits
Subject: 91/215: gnu: r-snpstats: Update to 1.34.0.
Date: Sun, 5 May 2019 18:15:46 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ed7de4565509699a05430332ff0e5693bb8363e3
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:47:56 2019 +0200

    gnu: r-snpstats: Update to 1.34.0.
    
    * gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.34.0.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 88079f0..d45d801 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10073,14 +10073,14 @@ and more.")
 (define-public r-snpstats
   (package
     (name "r-snpstats")
-    (version "1.32.0")
+    (version "1.34.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "snpStats" version))
        (sha256
         (base32
-         "1pplx4pf9bqi7v5v1l74yknc1s61carvbqkf327ky7vbvp0bck33"))))
+         "0drfd24a5pkrhzmpidlh717bgh2dm68mpn6vj1vlpkilfbkifl34"))))
     (properties `((upstream-name . "snpStats")))
     (build-system r-build-system)
     (inputs `(("zlib" ,zlib)))



reply via email to

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