mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
gnu: r-adegenet: Update to 2.1.10.
* gnu/packages/cran.scm (r-adegenet): Update to 2.1.10.
This commit is contained in:
parent
1f36adf45a
commit
c280111b86
1 changed files with 2 additions and 2 deletions
|
@ -19949,14 +19949,14 @@ (define-public r-spdep
|
|||
(define-public r-adegenet
|
||||
(package
|
||||
(name "r-adegenet")
|
||||
(version "2.1.8")
|
||||
(version "2.1.10")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "adegenet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09ahgz1ddsdn30fmi5kimdcrcnw18ryqpjcixhyp4xz0xwz2rmw0"))))
|
||||
"0qxig2jyj1q0a8pwpv5f5v5b4x4af8s9p1p0yc0msmyxq457hqmb"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ade4
|
||||
|
|
Loading…
Reference in a new issue