diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2022-04-11 18:01:04 +0200 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2022-04-12 15:59:51 +0200 |
commit | 658842b0fd91a76f6dc9b2fa9dbd94955565b393 (patch) | |
tree | 90b6294279657e39005c86326763fce9ca33ed24 | |
parent | c7ade5c6cc85a533ef19074062cfbe9e3be137ed (diff) | |
download | guix-658842b0fd91a76f6dc9b2fa9dbd94955565b393.tar.gz |
gnu: r-hmm: Update to 1.0.1.
* gnu/packages/cran.scm (r-hmm): Update to 1.0.1.
-rw-r--r-- | gnu/packages/cran.scm | 4 |
1 files 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/") |