guix-commits
[Top][All Lists]
Advanced

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

224/323: gnu: r-grohmm: Update to 1.24.0.


From: guix-commits
Subject: 224/323: gnu: r-grohmm: Update to 1.24.0.
Date: Wed, 9 Dec 2020 06:47:29 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 16a4822a07644a30dcd9aabf404434da1105d05f
Author: zimoun <zimon.toutoune@gmail.com>
AuthorDate: Fri Oct 30 15:58:07 2020 +0100

    gnu: r-grohmm: Update to 1.24.0.
    
    * gnu/packages/bioinformatics.scm (r-grohmm): Update to 1.24.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 ac31c38..12bc10c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7496,14 +7496,14 @@ annotation infrastructure.")
 (define-public r-grohmm
   (package
     (name "r-grohmm")
-    (version "1.22.0")
+    (version "1.24.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "groHMM" version))
        (sha256
         (base32
-         "04z9qq1xwdsaxbqhyld37w0ybvzly9pc1hcyrnwdbyjwd7n1fncb"))))
+         "08pap9wsaxl4jjlc1py0rc019gmi6daa0f9cr3ih1d97wybncanx"))))
     (properties `((upstream-name . "groHMM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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