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 @@ also provided to illustrate various methods.")
|
||||||
(define-public r-pegas
|
(define-public r-pegas
|
||||||
(package
|
(package
|
||||||
(name "r-pegas")
|
(name "r-pegas")
|
||||||
(version "1.0")
|
(version "1.0-1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "pegas" version))
|
(uri (cran-uri "pegas" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0nbdcrpha2r50gp0nymr4lqmqhd4237rzz6ank8cqdhl7lcsz69v"))))
|
(base32 "0ykx84p7c8cad5d1mj8cm1d5cz2paacdjx4ll4qzmq827lcyycz1"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-adegenet" ,r-adegenet)
|
`(("r-adegenet" ,r-adegenet)
|
||||||
|
|
Reference in a new issue