[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 _
- 10/16: gnu: libopenmpt: Update to 0.5.9., (continued)
- 10/16: gnu: libopenmpt: Update to 0.5.9., guix-commits, 2021/05/27
- 05/16: gnu: libnftnl: Update to 1.2.0., guix-commits, 2021/05/27
- 06/16: gnu: nftables: Update to 0.9.9., guix-commits, 2021/05/27
- 13/16: gnu: libndp: Update to 1.8., guix-commits, 2021/05/27
- 08/16: gnu: iperf: Update to 3.10., guix-commits, 2021/05/27
- 16/16: gnu: phodav: Add gsettings-desktop-schemas input., guix-commits, 2021/05/27
- 11/16: gnu: shotwell: Update to 0.30.12., guix-commits, 2021/05/27
- 09/16: gnu: iperf: Omit static library., guix-commits, 2021/05/27
- 15/16: gnu: lksctp-tools: Update to 1.0.19., guix-commits, 2021/05/27
- 07/16: gnu: lightspark: Update to 0.8.4.1., guix-commits, 2021/05/27
- 01/16: gnu: sassc: Update to 3.6.2.,
guix-commits <=