guix-commits
[Top][All Lists]
Advanced

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

20/296: gnu: r-grohmm: Update to 1.22.0.


From: guix-commits
Subject: 20/296: gnu: r-grohmm: Update to 1.22.0.
Date: Fri, 12 Jun 2020 19:29:26 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 5de96ae98b5e105fcab886674dfb70cecd804191
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 12 16:02:13 2020 +0200

    gnu: r-grohmm: Update to 1.22.0.
    
    * gnu/packages/bioinformatics.scm (r-grohmm): Update to 1.22.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 672deb6..fb8a139 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -7299,14 +7299,14 @@ annotation infrastructure.")
 (define-public r-grohmm
   (package
     (name "r-grohmm")
-    (version "1.20.0")
+    (version "1.22.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "groHMM" version))
        (sha256
         (base32
-         "0ywr8f6bfhg2ia3n4rmsxr4v1xqmlyhkwh0rvkgh3yqgnbvihndg"))))
+         "04z9qq1xwdsaxbqhyld37w0ybvzly9pc1hcyrnwdbyjwd7n1fncb"))))
     (properties `((upstream-name . "groHMM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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