gnu: r-munsell: Update to 0.4.3.

* gnu/packages/statistics.scm (r-munsell): Update to 0.4.3.
This commit is contained in:
Ricardo Wurmus 2016-04-20 14:23:48 +02:00
parent fe2087ccd8
commit a99bed8cf3
1 changed files with 2 additions and 2 deletions

View File

@ -311,13 +311,13 @@ see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"")
(define-public r-munsell (define-public r-munsell
(package (package
(name "r-munsell") (name "r-munsell")
(version "0.4.2") (version "0.4.3")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (cran-uri "munsell" version)) (uri (cran-uri "munsell" version))
(sha256 (sha256
(base32 "1bi5yi0i80778bbzx2rm4f0glpc34kvh24pwwfhm4v32izsqgrw4")))) (base32 "0jdxlbjslkzaqgp058da1cgm85qvqi09wpcgpvp4hvwnmy83qz1r"))))
(build-system r-build-system) (build-system r-build-system)
(propagated-inputs (propagated-inputs
`(("r-colorspace" ,r-colorspace))) `(("r-colorspace" ,r-colorspace)))