gnu: r-munsell: Update to 0.5.1.
* gnu/packages/statistics.scm (r-munsell): Update to 0.5.1. Change-Id: I526337679f81d865f81b8b603305bf5f7b611539master
parent
37d1fc0151
commit
4a8ef8e917
|
@ -1064,13 +1064,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.5.0")
|
(version "0.5.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "munsell" version))
|
(uri (cran-uri "munsell" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "16g1fzisbpqb15yh3pqf3iia4csppva5dnv1z88x9dg263xskwyh"))))
|
(base32 "19i9jjawlqciw4n4h99a4sm0lbc77la3pqyzjvnwsrh7qjdgv8h3"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-colorspace))
|
(list r-colorspace))
|
||||||
|
|
Reference in New Issue