gnu: r-entropy: Update to 1.3.1.

* gnu/packages/cran.scm (r-entropy): Update to 1.3.1.
This commit is contained in:
Ricardo Wurmus 2021-11-01 17:52:20 +00:00
parent 2936dec5d8
commit e0a7b783ea
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -8708,14 +8708,14 @@ (define-public r-brglm
(define-public r-entropy
(package
(name "r-entropy")
(version "1.3.0")
(version "1.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "entropy" version))
(sha256
(base32
"0fhhsy8ci9c73xwr2b167dfix0b7kqsk6kf46qqv1lmvbv11vxqa"))))
"1f0j8jsn6pzf4gi5g0akixx6x5vc69ci5f4m2vnwp40frvsqjnkg"))))
(properties `((upstream-name . "entropy")))
(build-system r-build-system)
(home-page "https://www.strimmerlab.org/software/entropy/")