me
/
guix
Archived
1
0
Fork 0

gnu: r-spacefillr: Update to 0.3.3.

* gnu/packages/cran.scm (r-spacefillr): Update to 0.3.3.

Change-Id: I2ef20a660e176e2a0fde2b8e3ad4e943fc279e86
master
Ricardo Wurmus 2024-07-02 14:58:52 +02:00
parent 13a8db7f8b
commit de7be04efb
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -42563,13 +42563,13 @@ for rendering equations in the HTML help files.")
(define-public r-spacefillr
(package
(name "r-spacefillr")
(version "0.3.2")
(version "0.3.3")
(source (origin
(method url-fetch)
(uri (cran-uri "spacefillr" version))
(sha256
(base32
"0raaw9ib8b2dzkh4w28wpxcgxs7ky328yaayb64lc39syf7g19dv"))))
"08ghp7ym454911yymqa15mq8d3my2qpc7mphj17akm8pyskymnkc"))))
(properties `((upstream-name . "spacefillr")))
(build-system r-build-system)
(propagated-inputs (list r-rcpp))