mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-munsell: Update to 0.4.3.
* gnu/packages/statistics.scm (r-munsell): Update to 0.4.3.
This commit is contained in:
parent
fe2087ccd8
commit
a99bed8cf3
1 changed files with 2 additions and 2 deletions
|
@ -311,13 +311,13 @@ (define-public r-magrittr
|
|||
(define-public r-munsell
|
||||
(package
|
||||
(name "r-munsell")
|
||||
(version "0.4.2")
|
||||
(version "0.4.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "munsell" version))
|
||||
(sha256
|
||||
(base32 "1bi5yi0i80778bbzx2rm4f0glpc34kvh24pwwfhm4v32izsqgrw4"))))
|
||||
(base32 "0jdxlbjslkzaqgp058da1cgm85qvqi09wpcgpvp4hvwnmy83qz1r"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-colorspace" ,r-colorspace)))
|
||||
|
|
Loading…
Reference in a new issue