me
/
guix
Archived
1
0
Fork 0

gnu: r-diversitree: Update to 0.9-18.

* gnu/packages/cran.scm (r-diversitree): Update to 0.9-18.
master
Ricardo Wurmus 2023-05-09 14:25:49 +02:00
parent 316fe63df6
commit dc2e79ab9b
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -34598,14 +34598,14 @@ Maximum Parsimony, distance methods and Hadamard conjugation.")
(define-public r-diversitree
(package
(name "r-diversitree")
(version "0.9-16")
(version "0.9-18")
(source
(origin
(method url-fetch)
(uri (cran-uri "diversitree" version))
(sha256
(base32
"0rzrk7xsn4gy271pbcw3azndhx0c06bmsgrg6libjmlfnmq6j8sc"))))
"045c67ka24ksaff7q3dzhsb5r38zysfrs1qxn9zhcvrardjka283"))))
(build-system r-build-system)
(native-inputs
(list gfortran))