mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
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:
parent
dd8b3daad5
commit
fd1f62a8a2
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||||
|
|
Loading…
Add table
Reference in a new issue