gnu: r-munsell: Update to 0.5.1.

* gnu/packages/statistics.scm (r-munsell): Update to 0.5.1.

Change-Id: I526337679f81d865f81b8b603305bf5f7b611539
This commit is contained in:
Ricardo Wurmus 2024-04-02 10:04:29 +02:00
parent 37d1fc0151
commit 4a8ef8e917
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -1064,13 +1064,13 @@ see package vignette. To quote Rene Magritte, \"Ceci n'est pas un pipe.\"")
(define-public r-munsell
(package
(name "r-munsell")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "munsell" version))
(sha256
(base32 "16g1fzisbpqb15yh3pqf3iia4csppva5dnv1z88x9dg263xskwyh"))))
(base32 "19i9jjawlqciw4n4h99a4sm0lbc77la3pqyzjvnwsrh7qjdgv8h3"))))
(build-system r-build-system)
(propagated-inputs
(list r-colorspace))