me
/
guix
Archived
1
0
Fork 0

gnu: r-hmm: Update to 1.0.1.

* gnu/packages/cran.scm (r-hmm): Update to 1.0.1.
master
Ricardo Wurmus 2022-04-11 18:01:04 +02:00
parent c7ade5c6cc
commit 658842b0fd
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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/")