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