me
/
guix
Archived
1
0
Fork 0

gnu: r-ape: Update to 5.1.

* gnu/packages/cran.scm (r-ape): Update to 5.1.
master
Tobias Geerinckx-Rice 2018-04-17 05:19:47 +02:00
parent fb02f7bb3e
commit e81ef082d0
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -287,14 +287,14 @@ component analysis (with robust methods, and parallelized functions).")
(define-public r-ape
(package
(name "r-ape")
(version "5.0")
(version "5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "ape" version))
(sha256
(base32
"0q59pmxawz498cb9mv5m49lhiwxib8ak94yyydz7qg8b6lpd4bn3"))))
"0vm2065993wf4hdqarxqykhfz9aaj0rrb98alhkq4qw1d2kdrmdp"))))
(build-system r-build-system)
(propagated-inputs
`(("r-lattice" ,r-lattice)