From 1ce87b8159749f5e3ccf237e62b5b55bdb866740 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Mon, 24 May 2021 21:15:22 +0200 Subject: gnu: sassc: Update to 3.6.2. * gnu/packages/web.scm (sassc): Update to 3.6.2. --- gnu/packages/web.scm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 30216911ce..30a12098a0 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm @@ -2008,7 +2008,7 @@ stylesheets, you'll need to use another program that uses this library, (define-public sassc (package (name "sassc") - (version "3.6.1") + (version "3.6.2") (source (origin (method git-fetch) (uri (git-reference @@ -2017,7 +2017,7 @@ stylesheets, you'll need to use another program that uses this library, (file-name (git-file-name name version)) (sha256 (base32 - "1sxm54mkhs9m4vnl7vn11y17mhzamc403hv3966j1c7p2rbzg5pv")))) + "0m7flrs0hz3ivib8kvsgn3d0fgkabqviadkp1dyspa6iibx3gjwd")))) (build-system gnu-build-system) (arguments `(#:make-flags @@ -2036,9 +2036,9 @@ stylesheets, you'll need to use another program that uses this library, (("install: libsass-install-\\$\\(BUILD\\) \\\\") "install: \\")) #t)) - ;; This phase fails for some reason. + ;; This phase fails because… (delete 'bootstrap) - ;; There is no configure script. + ;; …there is no configure script to be generated. (delete 'configure) (add-before 'build 'setup-environment (lambda _ -- cgit v1.2.3