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: Mon, 7 Dec 2020 15:13:55 -0500 (EST)

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

commit 46d2e58079d21fb7db2b4b0418752a16bc88f2cb
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 6da97e1..dc69570 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]