guix-commits
[Top][All Lists]
Advanced

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

02/04: gnu: r-s4vectors: Update to 0.8.11.


From: Efraim Flashner
Subject: 02/04: gnu: r-s4vectors: Update to 0.8.11.
Date: Tue, 01 Mar 2016 17:49:29 +0000

efraim pushed a commit to branch master
in repository guix.

commit 8921841da81e557d7dad9605af3e66beb53456ae
Author: Pjotr Prins <address@hidden>
Date:   Mon Feb 29 08:37:54 2016 +0000

    gnu: r-s4vectors: Update to 0.8.11.
    
    * gnu/packages/bioinformatics.scm (r-s4vectors): Update to 0.8.11.
---
 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 78385af..e55ecb2 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 <address@hidden>
 ;;; Copyright © 2015, 2016 Ben Woodcroft <address@hidden>
-;;; Copyright © 2015 Pjotr Prins <address@hidden>
+;;; Copyright © 2015, 2016 Pjotr Prins <address@hidden>
 ;;; Copyright © 2015 Andreas Enge <address@hidden>
 ;;;
 ;;; 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)))



reply via email to

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