mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-21 01:26:43 +01:00
gnu: r-entropy: Update to 1.3.0.
* gnu/packages/cran.scm (r-entropy): Update to 1.3.0.
This commit is contained in:
parent
070b766127
commit
8067bcdf53
1 changed files with 2 additions and 2 deletions
|
@ -8176,14 +8176,14 @@ (define-public r-brglm
|
||||||
(define-public r-entropy
|
(define-public r-entropy
|
||||||
(package
|
(package
|
||||||
(name "r-entropy")
|
(name "r-entropy")
|
||||||
(version "1.2.1")
|
(version "1.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "entropy" version))
|
(uri (cran-uri "entropy" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"10vg4818q5g54pv2nn9x5i7pvky5nsv96syy47pz2mgqp1273cpd"))))
|
"0fhhsy8ci9c73xwr2b167dfix0b7kqsk6kf46qqv1lmvbv11vxqa"))))
|
||||||
(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/")
|
||||||
|
|
Loading…
Reference in a new issue