guix-commits
[Top][All Lists]
Advanced

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

275/323: gnu: r-fastseg: Update to 1.36.0.


From: guix-commits
Subject: 275/323: gnu: r-fastseg: Update to 1.36.0.
Date: Mon, 7 Dec 2020 15:14:14 -0500 (EST)

rekado pushed a commit to branch wip-r
in repository guix.

commit 322b46e82b0cba4b30630f71847a9b7e99112526
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 16:00:55 2020 +0100

    gnu: r-fastseg: Update to 1.36.0.
    
    * gnu/packages/bioinformatics.scm (r-fastseg): Update to 1.36.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 430657d..3c4154a 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -10152,14 +10152,14 @@ by the user, helping with quick and reproducible 
access.")
 (define-public r-fastseg
   (package
     (name "r-fastseg")
-    (version "1.34.0")
+    (version "1.36.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "fastseg" version))
        (sha256
         (base32
-         "1d48n245pzmvcpsz93lxb4frqh222gfhpmlvm0sb74skn16way63"))))
+         "1ln6w93ag4wanp0nrm0pqngbfc88w95zq2kcj583hbxy885dkg4f"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-biobase" ,r-biobase)



reply via email to

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