guix-commits
[Top][All Lists]
Advanced

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

121/151: gnu: r-fastseg: Update to 1.28.0.


From: Ricardo Wurmus
Subject: 121/151: gnu: r-fastseg: Update to 1.28.0.
Date: Wed, 7 Nov 2018 06:28:57 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 95df764c0131fdde106394a3dcc69bdc844f0ede
Author: Ricardo Wurmus <address@hidden>
Date:   Wed Nov 7 12:13:36 2018 +0100

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



reply via email to

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