mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 04:01:28 -06:00
gnu: r-hmm: Update to 1.0.2.
* gnu/packages/cran.scm (r-hmm): Update to 1.0.2. Change-Id: Ia379da8eabec0a6f40209a19fcfb89c56fe7a634
This commit is contained in:
parent
b2c5687f14
commit
75e2d6a8db
1 changed files with 2 additions and 2 deletions
|
|
@ -11682,13 +11682,13 @@ supported via Andre Simon's highlight package.")
|
|||
(define-public r-hmm
|
||||
(package
|
||||
(name "r-hmm")
|
||||
(version "1.0.1")
|
||||
(version "1.0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "HMM" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03b548bnwqpnd7zypb4gvy9chyi5li2hp99a9vrh4qszxg2ihas7"))))
|
||||
"1rv9s058mw4sl6hvna5hdp3i2nl2z4vhgdmakbv1ldjwhhkfg5rv"))))
|
||||
(properties `((upstream-name . "HMM")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/HMM/")
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue