me
/
guix
Archived
1
0
Fork 0

gnu: r-pegas: Update to 1.0-1.

* gnu/packages/cran.scm (r-pegas): Update to 1.0-1.
master
Ricardo Wurmus 2021-05-20 10:54:44 +02:00
parent da372ae603
commit 76cccb0971
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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