diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 12:11:55 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2018-06-02 13:39:12 +0200 |
commit | d26f95d0799d47f08914e4659404f82015b9a750 (patch) | |
tree | be9c97b536e1cf6ad3f457551e4fccf6cb834371 /gnu | |
parent | dcd1f0236cf3450bbbf957d94cd29e78e5d64731 (diff) | |
download | guix-d26f95d0799d47f08914e4659404f82015b9a750.tar.gz |
gnu: r-snpstats: Update to 1.30.0.
* gnu/packages/bioinformatics.scm (r-snpstats): Update to 1.30.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 262eed3f5f..fc284e06df 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -10325,14 +10325,14 @@ and more.") (define-public r-snpstats (package (name "r-snpstats") - (version "1.28.0") + (version "1.30.0") (source (origin (method url-fetch) (uri (bioconductor-uri "snpStats" version)) (sha256 (base32 - "1x9qwynh2hwl24vq02naf4mchpch7xi2pkdrlgw896k28kx0lvir")))) + "0iydgfnm053iw860qa1bbh4f6nwzlsf3vhgq92gvl2v4xsz1jbbs")))) (properties `((upstream-name . "snpStats"))) (build-system r-build-system) (inputs `(("zlib" ,zlib))) |