me
/
guix
Archived
1
0
Fork 0

gnu: r-sass: Update to 0.4.7.

* gnu/packages/cran.scm (r-sass): Update to 0.4.7.
Ricardo Wurmus 2023-07-17 14:19:52 +02:00
parent 8ed1249d65
commit 01be464993
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3997,14 +3997,14 @@ conditionals and comparisons, and more.")
(define-public r-sass
(package
(name "r-sass")
(version "0.4.6")
(version "0.4.7")
(source
(origin
(method url-fetch)
(uri (cran-uri "sass" version))
(sha256
(base32
"06f0279ljg6mbcimmfx4rp18zxb9yc24sdp2yxwfxzdp17kjrs1f"))))
"1vp9qnhkvz4shhvwrwbwcy1xnrgry0rmqxsg96ggv90m6sv0hyki"))))
(properties `((upstream-name . "sass")))
(build-system r-build-system)
(propagated-inputs