gnu: r-pegas: Update to 0.12.

* gnu/packages/cran.scm (r-pegas): Update to 0.12.
This commit is contained in:
Tobias Geerinckx-Rice 2019-10-06 02:26:37 +02:00
parent 12a66af6b0
commit 44805ca503
No known key found for this signature in database
GPG Key ID: D889B0F018C5493C
1 changed files with 2 additions and 3 deletions

View File

@ -12948,14 +12948,13 @@ also provided to illustrate various methods.")
(define-public r-pegas
(package
(name "r-pegas")
(version "0.11")
(version "0.12")
(source
(origin
(method url-fetch)
(uri (cran-uri "pegas" version))
(sha256
(base32
"0l21bapzbjcvblbvks3jh9rpy9hng1ccd7f0glhqw695lc737bpx"))))
(base32 "0sb8cmz4d238mcb56hv9fa0cagm00k82r7aj4cj4lxa1flxlpy8p"))))
(build-system r-build-system)
(propagated-inputs
`(("r-adegenet" ,r-adegenet)