mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 04:07:10 -05:00
gnu: r-adegenet: Update to 2.1.6.
* gnu/packages/cran.scm (r-adegenet): Update to 2.1.6.
This commit is contained in:
parent
0ab5079af9
commit
ae53d4e29c
1 changed files with 2 additions and 2 deletions
|
@ -17519,14 +17519,14 @@ (define-public r-spdep
|
|||
(define-public r-adegenet
|
||||
(package
|
||||
(name "r-adegenet")
|
||||
(version "2.1.5")
|
||||
(version "2.1.6")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "adegenet" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wjp31634n6z6wglf4z3ydrhhn5jmpwwckmp3n2b0v5f3p2fivp4"))))
|
||||
"0sx25p7bgz0h9mc3jsdnnjhvmb7sy8nb3r0z923vhk336d4xw8vq"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
(list r-ade4
|
||||
|
|
Loading…
Reference in a new issue