mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 03:45:24 -05:00
gnu: r-entropy: Update to 1.3.1.
* gnu/packages/cran.scm (r-entropy): Update to 1.3.1.
This commit is contained in:
parent
2936dec5d8
commit
e0a7b783ea
1 changed files with 2 additions and 2 deletions
|
@ -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/")
|
||||
|
|
Loading…
Reference in a new issue