guix-commits
[Top][All Lists]
Advanced

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

101/265: gnu: r-snpstats: Update to 1.36.0.


From: guix-commits
Subject: 101/265: gnu: r-snpstats: Update to 1.36.0.
Date: Sun, 15 Dec 2019 09:40:14 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 14eb0978a8b24b329bbb1bbda87e01b243ab9f6f
Author: Ricardo Wurmus <address@hidden>
Date:   Sun Dec 15 15:04:55 2019 +0100

    gnu: r-snpstats: Update to 1.36.0.
    
    * gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.36.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 6ac1f37..18bc7d0 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10121,14 +10121,14 @@ and more.")
 (define-public r-snpstats
   (package
     (name "r-snpstats")
-    (version "1.34.0")
+    (version "1.36.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "snpStats" version))
        (sha256
         (base32
-         "0drfd24a5pkrhzmpidlh717bgh2dm68mpn6vj1vlpkilfbkifl34"))))
+         "1xq1rjljg70h5mshdza56dis0iv1a20sivs6dav3w5jbdd1l5qkh"))))
     (properties `((upstream-name . "snpStats")))
     (build-system r-build-system)
     (inputs `(("zlib" ,zlib)))



reply via email to

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