gnu: r-entropy: Update to 1.3.1.
* gnu/packages/cran.scm (r-entropy): Update to 1.3.1.master
parent
2936dec5d8
commit
e0a7b783ea
|
@ -8708,14 +8708,14 @@ reduced-bias estimates.")
|
||||||
(define-public r-entropy
|
(define-public r-entropy
|
||||||
(package
|
(package
|
||||||
(name "r-entropy")
|
(name "r-entropy")
|
||||||
(version "1.3.0")
|
(version "1.3.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "entropy" version))
|
(uri (cran-uri "entropy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0fhhsy8ci9c73xwr2b167dfix0b7kqsk6kf46qqv1lmvbv11vxqa"))))
|
"1f0j8jsn6pzf4gi5g0akixx6x5vc69ci5f4m2vnwp40frvsqjnkg"))))
|
||||||
(properties `((upstream-name . "entropy")))
|
(properties `((upstream-name . "entropy")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://www.strimmerlab.org/software/entropy/")
|
(home-page "https://www.strimmerlab.org/software/entropy/")
|
||||||
|
|
Reference in New Issue