gnu: r-overlap: Update to 0.3.4.1.
* gnu/packages/cran.scm (r-overlap): Update to 0.3.4.1. Change-Id: I560fa1ae58630bf1cd7ad32d3b0891acbce9407f
This commit is contained in:
parent
47f8a320fb
commit
14f09c1782
1 changed files with 2 additions and 2 deletions
|
@ -13856,14 +13856,14 @@ and tests them.")
|
||||||
(define-public r-overlap
|
(define-public r-overlap
|
||||||
(package
|
(package
|
||||||
(name "r-overlap")
|
(name "r-overlap")
|
||||||
(version "0.3.4")
|
(version "0.3.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "overlap" version))
|
(uri (cran-uri "overlap" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1arxprhz035ab78ks88n6scwnlwmnb97mlac5gsx90ipb6gkgcyk"))))
|
"0gr0qaay97js3qs11lpci2d3smwl0jda2gc8fqvbw6lb5fznf4r1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(home-page "https://cran.r-project.org/web/packages/overlap/")
|
(home-page "https://cran.r-project.org/web/packages/overlap/")
|
||||||
(synopsis "Estimates of coefficient of overlapping for animal activity patterns")
|
(synopsis "Estimates of coefficient of overlapping for animal activity patterns")
|
||||||
|
|
Reference in a new issue