gnu: r-ordinal: Update to 2019.3-9.

* gnu/packages/cran.scm (r-ordinal): Update to 2019.3-9.
master
Ricardo Wurmus 2019-03-20 23:43:02 +01:00
parent 739135b2be
commit 5275f9d7f9
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2863,14 +2863,14 @@ with the package @code{optim}.")
(define-public r-ordinal
(package
(name "r-ordinal")
(version "2018.8-25")
(version "2019.3-9")
(source
(origin
(method url-fetch)
(uri (cran-uri "ordinal" version))
(sha256
(base32
"03cv9hcrw8j3lhamzhz8sk2p3ns4cw9z41x49h301k2b3pajv43h"))))
"0xsr2715ghh1q5hjnx7d8lyavzfvpi370blm1xdljn3p4kar8ldi"))))
(build-system r-build-system)
(propagated-inputs
`(("r-mass" ,r-mass)