mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-adegenet: Update to 2.1.8.
* gnu/packages/cran.scm (r-adegenet): Update to 2.1.8.
This commit is contained in:
parent
a22928d0c4
commit
f2b7725600
1 changed files with 2 additions and 2 deletions
|
@ -18642,14 +18642,14 @@ (define-public r-spdep
|
|||
(define-public r-adegenet
|
||||
(package
|
||||
(name "r-adegenet")
|
||||
(version "2.1.7")
|
||||
(version "2.1.8")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "adegenet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0zkbxw9w0fcb4s3zv2a8nxcsihzkfz49psaipxw99nwgm7l9jrh9"))))
|
||||
"09ahgz1ddsdn30fmi5kimdcrcnw18ryqpjcixhyp4xz0xwz2rmw0"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ade4
|
||||
|
|
Loading…
Reference in a new issue