me
/
guix
Archived
1
0
Fork 0

gnu: r-pegas: Update to 1.0.

* gnu/packages/cran.scm (r-pegas): Update to 1.0.
master
Ricardo Wurmus 2021-05-04 07:13:12 +02:00
parent 4ab5855f39
commit bacfd45f67
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -15562,13 +15562,13 @@ also provided to illustrate various methods.")
(define-public r-pegas
(package
(name "r-pegas")
(version "0.14")
(version "1.0")
(source
(origin
(method url-fetch)
(uri (cran-uri "pegas" version))
(sha256
(base32 "0lr06gajzdanj8ax91kgpxsj863m367v2s1z5gnxps3999n0xybx"))))
(base32 "0nbdcrpha2r50gp0nymr4lqmqhd4237rzz6ank8cqdhl7lcsz69v"))))
(build-system r-build-system)
(propagated-inputs
`(("r-adegenet" ,r-adegenet)