diff options
author | Pjotr Prins <pjotr.public01@thebird.nl> | 2016-02-29 08:37:54 +0000 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2016-03-01 19:47:25 +0200 |
commit | 8921841da81e557d7dad9605af3e66beb53456ae (patch) | |
tree | 784b1911e4bfdabe4861fb388cba27c6c59a682f /gnu/packages/bioinformatics.scm | |
parent | b70fa3c7f74e27f9f1f0ec5578c16027224bebca (diff) | |
download | guix-8921841da81e557d7dad9605af3e66beb53456ae.tar guix-8921841da81e557d7dad9605af3e66beb53456ae.tar.gz |
gnu: r-s4vectors: Update to 0.8.11.
* gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.8.11.
Diffstat (limited to 'gnu/packages/bioinformatics.scm')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 78385af262..e55ecb205a 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -1,8 +1,7 @@ - ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015, 2016 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2015, 2016 Ben Woodcroft <donttrustben@gmail.com> -;;; Copyright © 2015 Pjotr Prins <pjotr.guix@thebird.nl> +;;; Copyright © 2015, 2016 Pjotr Prins <pjotr.guix@thebird.nl> ;;; Copyright © 2015 Andreas Enge <andreas@enge.fr> ;;; ;;; This file is part of GNU Guix. @@ -3697,13 +3696,13 @@ packages.") (define-public r-s4vectors (package (name "r-s4vectors") - (version "0.8.5") + (version "0.8.11") (source (origin (method url-fetch) (uri (bioconductor-uri "S4Vectors" version)) (sha256 (base32 - "10f4jxwlwsiy7zhb3kgp6anid0d7wkvrrljl80r3nhx38yr24l5k")))) + "12iibcs63m9iy7f45wgjcqsna2dnqwckphk682389grshz0g4x66")))) (properties `((upstream-name . "S4Vectors") (r-repository . bioconductor))) |