gnu: r-sass: Update to 0.4.4.
* gnu/packages/cran.scm (r-sass): Update to 0.4.4.
parent
f1469ae1cb
commit
258cdb9903
|
@ -3046,14 +3046,14 @@ jQuery.")
|
||||||
(define-public r-sass
|
(define-public r-sass
|
||||||
(package
|
(package
|
||||||
(name "r-sass")
|
(name "r-sass")
|
||||||
(version "0.4.2")
|
(version "0.4.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "sass" version))
|
(uri (cran-uri "sass" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0iln5ky6k1ix0gddlyw4rr2953kc499x66bcyi9yiyp91nfh82dl"))))
|
"0hk5svmpbhx9q3ni3qll2pa7q3pfc0zxv616kp62r6vakn1az16j"))))
|
||||||
(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