gnu: r-diversitree: Update to 0.10-0.

* gnu/packages/cran.scm (r-diversitree): Update to 0.10-0.
[native-inputs]: Remove gfortran.

Change-Id: Ie54ba8374d85b66d712d2c50d7ad1f05edc01b75
This commit is contained in:
Ricardo Wurmus 2023-12-28 00:31:20 +01:00
parent 8c7904e424
commit 2b08c05bff
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -36594,17 +36594,15 @@ (define-public r-phangorn
(define-public r-diversitree
(package
(name "r-diversitree")
(version "0.9-20")
(version "0.10-0")
(source
(origin
(method url-fetch)
(uri (cran-uri "diversitree" version))
(sha256
(base32
"0lm098ysk6np4dy1cifbhd85jd1f1iz4bqhgzlcx7x8qnhh3zc1c"))))
"1xl2swbmgpni2y2divl29xh702b88kxgcswa47g62ny59gh2fdn1"))))
(build-system r-build-system)
(native-inputs
(list gfortran))
(inputs (list fftw gsl))
(propagated-inputs
(list r-ape r-desolve r-rcpp r-subplex))