me
/
guix
Archived
1
0
Fork 0

gnu: r-entropy: Update to 1.3.1.

* gnu/packages/cran.scm (r-entropy): Update to 1.3.1.
master
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
1 changed files with 2 additions and 2 deletions

View File

@ -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/")