gnu: sassc: Update to 3.6.1.
* gnu/packages/web.scm (sassc): Update to 3.6.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>master
parent
65e2feee13
commit
fc4eb87dc4
|
@ -1550,7 +1550,7 @@ stylesheets, you'll need to use another program that uses this library,
|
||||||
(define-public sassc
|
(define-public sassc
|
||||||
(package
|
(package
|
||||||
(name "sassc")
|
(name "sassc")
|
||||||
(version "3.5.0")
|
(version "3.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1559,7 +1559,7 @@ stylesheets, you'll need to use another program that uses this library,
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0jsfz1zg4gwk0dq8i92ll12axs3s70wsdsmdyi71zx8zmvib5nl6"))))
|
"1sxm54mkhs9m4vnl7vn11y17mhzamc403hv3966j1c7p2rbzg5pv"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:make-flags
|
`(#:make-flags
|
||||||
|
|
Reference in New Issue