guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/16: gnu: sassc: Update to 3.6.2.


From: guix-commits
Subject: 01/16: gnu: sassc: Update to 3.6.2.
Date: Thu, 27 May 2021 12:27:34 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 1ce87b8159749f5e3ccf237e62b5b55bdb866740
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon May 24 21:15:22 2021 +0200

    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 3021691..30a1209 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 _



reply via email to

[Prev in Thread] Current Thread [Next in Thread]