gnu: r-infotheo: Update to 1.2.0.1.

* gnu/packages/cran.scm (r-infotheo): Update to 1.2.0.1.
This commit is contained in:
Ricardo Wurmus 2022-04-11 18:01:11 +02:00
parent dd8b3daad5
commit fd1f62a8a2
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -10272,14 +10272,14 @@ and make comparisons between different methodologies straightforward.")
(define-public r-infotheo (define-public r-infotheo
(package (package
(name "r-infotheo") (name "r-infotheo")
(version "1.2.0") (version "1.2.0.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "infotheo" version)) (uri (cran-uri "infotheo" version))
(sha256 (sha256
(base32 (base32
"18xacczfq3z3xpy434js4nf3l19lczngzd0lq26wh22pvg1yniwv")))) "1m1979vf8rvq3534mp1hihfadikhxrg3p6ac3hirz96kgb4qxyy0"))))
(build-system r-build-system) (build-system r-build-system)
(home-page "http://homepage.meyerp.com/software") (home-page "http://homepage.meyerp.com/software")
(synopsis "Information-theoretic measures") (synopsis "Information-theoretic measures")