guix-commits
[Top][All Lists]
Advanced

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

24/215: gnu: r-grohmm: Update to 1.18.0.


From: guix-commits
Subject: 24/215: gnu: r-grohmm: Update to 1.18.0.
Date: Sun, 5 May 2019 18:15:31 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit ce52cab0009170b7b64e25767adb6908ad64d25c
Author: Ricardo Wurmus <address@hidden>
Date:   Sun May 5 23:29:06 2019 +0200

    gnu: r-grohmm: Update to 1.18.0.
    
    * gnu/packages/bioinformatics.scm (r-grohmm): Update to 1.18.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 713a9d0..464e961 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6990,14 +6990,14 @@ annotation infrastructure.")
 (define-public r-grohmm
   (package
     (name "r-grohmm")
-    (version "1.16.0")
+    (version "1.18.0")
     (source
      (origin
        (method url-fetch)
        (uri (bioconductor-uri "groHMM" version))
        (sha256
         (base32
-         "1ph92fv44b90v7mk4b1mjvv0dlrhl8ba01klxbnd0vs4qn9zxplh"))))
+         "1p368qf8ab1vy8gl2j7rx0l7bvva4m7w06i364rqzs0sdyzlbm3y"))))
     (properties `((upstream-name . "groHMM")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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