mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
gnu: r-pegas: Update to 1.0-1.
* gnu/packages/cran.scm (r-pegas): Update to 1.0-1.
This commit is contained in:
parent
da372ae603
commit
76cccb0971
1 changed files with 2 additions and 2 deletions
|
@ -15569,13 +15569,13 @@ (define-public r-adegenet
|
|||
(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)
|
||||
|
|
Loading…
Reference in a new issue