me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-diversitree): Update to 0.9-16.
master
Ricardo Wurmus 2021-07-10 13:26:24 +02:00
parent 53bff86803
commit 59355a551a
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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