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