guix-commits
[Top][All Lists]
Advanced

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

83/112: gnu: r-fastseg: Update to 1.26.0.


From: Ricardo Wurmus
Subject: 83/112: gnu: r-fastseg: Update to 1.26.0.
Date: Sat, 2 Jun 2018 07:40:22 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 15cc1a686752c681f2f15ef18d69e7b251cb41b6
Author: Ricardo Wurmus <address@hidden>
Date:   Sat Jun 2 12:08:27 2018 +0200

    gnu: r-fastseg: Update to 1.26.0.
    
    * gnu/packages/bioinformatics.scm (r-fastseg): Update to 1.26.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 2d420af..f704703 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -9923,14 +9923,14 @@ by the user, helping with quick and reproducible 
access.")
 (define-public r-fastseg
   (package
     (name "r-fastseg")
-    (version "1.24.0")
+    (version "1.26.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fastseg" version))
        (sha256
         (base32
-         "0dd7nr3klwz9ailwshnbynhd62lwb8zbbpj6jf3igpb94yi6x2jp"))))
+         "1yw6hai6hb8qy7akdm4frfp6h4zy93zb68kdj094sanm7kgqmgik"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biobase" ,r-biobase)



reply via email to

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