me
/
guix
Archived
1
0
Fork 0

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

* gnu/packages/cran.scm (r-diversitree): Update to 0.9-14.
master
Ricardo Wurmus 2020-09-14 19:03:32 +02:00
parent 8731d274ae
commit 1c1b941902
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -24530,14 +24530,14 @@ Maximum Parsimony, distance methods and Hadamard conjugation.")
(define-public r-diversitree
(package
(name "r-diversitree")
(version "0.9-13")
(version "0.9-14")
(source
(origin
(method url-fetch)
(uri (cran-uri "diversitree" version))
(sha256
(base32
"00vi4klywi35hd170ksjv3xja3hqqbkcidcnrrlpgv4179k0azix"))))
"0xkxw4n1rsagip51smh9k0h0lmnnvsajqcxma7yh95ifdkyrcyy4"))))
(build-system r-build-system)
(native-inputs
`(("gfortran" ,gfortran)))