gnu: r-pegas: Update to 1.1.

* gnu/packages/cran.scm (r-pegas): Update to 1.1.
[propagated-inputs]: Remove r-adegenet.
This commit is contained in:
Ricardo Wurmus 2022-01-05 19:34:23 +01:00
parent 1f914b1476
commit 3ec07eab56
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -16343,16 +16343,16 @@ (define-public r-adegenet
(define-public r-pegas
(package
(name "r-pegas")
(version "1.0-1")
(version "1.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "pegas" version))
(sha256
(base32 "0ykx84p7c8cad5d1mj8cm1d5cz2paacdjx4ll4qzmq827lcyycz1"))))
(base32 "0ngd0laqbs139ji9hm9kwsm9rm56agw2yyfcplxgqva936l93fl7"))))
(build-system r-build-system)
(propagated-inputs
(list r-adegenet r-ape))
(list r-ape))
(home-page "http://ape-package.ird.fr/pegas.html")
(synopsis "Population and evolutionary genetics analysis system")
(description