1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-08-04 16:31:29 +02:00

gnu: r-pegas: Update to 0.14.

* gnu/packages/cran.scm (r-pegas): Update to 0.14.
This commit is contained in:
Ricardo Wurmus
2020-10-05 22:44:09 +02:00
parent 53e2817fa9
commit 3a2f2219b2
+2 -2
View File
@@ -14056,13 +14056,13 @@ also provided to illustrate various methods.")
(define-public r-pegas
(package
(name "r-pegas")
(version "0.13")
(version "0.14")
(source
(origin
(method url-fetch)
(uri (cran-uri "pegas" version))
(sha256
(base32 "002i7s4g0nhnq0v05gs0yssqiyhpq2f7rw2rhn31hsbgxc86frvy"))))
(base32 "0lr06gajzdanj8ax91kgpxsj863m367v2s1z5gnxps3999n0xybx"))))
(build-system r-build-system)
(propagated-inputs
`(("r-adegenet" ,r-adegenet)