gnu: r-sass: Update to 0.4.7.
* gnu/packages/cran.scm (r-sass): Update to 0.4.7.
parent
8ed1249d65
commit
01be464993
|
@ -3997,14 +3997,14 @@ conditionals and comparisons, and more.")
|
||||||
(define-public r-sass
|
(define-public r-sass
|
||||||
(package
|
(package
|
||||||
(name "r-sass")
|
(name "r-sass")
|
||||||
(version "0.4.6")
|
(version "0.4.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sass" version))
|
(uri (cran-uri "sass" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"06f0279ljg6mbcimmfx4rp18zxb9yc24sdp2yxwfxzdp17kjrs1f"))))
|
"1vp9qnhkvz4shhvwrwbwcy1xnrgry0rmqxsg96ggv90m6sv0hyki"))))
|
||||||
(properties `((upstream-name . "sass")))
|
(properties `((upstream-name . "sass")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue