guix-commits
[Top][All Lists]
Advanced

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

09/145: gnu: r-hmm: Update to 1.0.1.


From: guix-commits
Subject: 09/145: gnu: r-hmm: Update to 1.0.1.
Date: Tue, 12 Apr 2022 03:36:32 -0400 (EDT)

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

commit 88f6cdae89c8c29420f49fceb608d248cfd7ff42
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Apr 11 18:01:04 2022 +0200

    gnu: r-hmm: Update to 1.0.1.
    
    * gnu/packages/cran.scm (r-hmm): Update to 1.0.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 4c95e38288..b85e8eb980 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -1805,13 +1805,13 @@ into a pipeline of data manipulation and 
visualisation.")
 (define-public r-hmm
   (package
     (name "r-hmm")
-    (version "1.0")
+    (version "1.0.1")
     (source (origin
               (method url-fetch)
               (uri (cran-uri "HMM" version))
               (sha256
                (base32
-                "0z0hcqfixx1l2a6d3lpy5hmh0n4gjgs0jnck441akpp3vh37glzw"))))
+                "03b548bnwqpnd7zypb4gvy9chyi5li2hp99a9vrh4qszxg2ihas7"))))
     (properties `((upstream-name . "HMM")))
     (build-system r-build-system)
     (home-page "https://cran.r-project.org/web/packages/HMM/";)



reply via email to

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