aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRiku Viitanen via Guix-patches via <guix-patches@gnu.org>2019-12-30 15:09:22 +0000
committerEfraim Flashner <efraim@flashner.co.il>2019-12-30 20:20:47 +0200
commitfc4eb87dc45b169e3912c73bbf60cb8ce76b7c7c (patch)
tree4533d8d1c4969e03e3a2154267dc3bd8a0b5e312
parent65e2feee136d6fa4724e4f1d2212ddeadbe95062 (diff)
downloadguix-fc4eb87dc45b169e3912c73bbf60cb8ce76b7c7c.tar
guix-fc4eb87dc45b169e3912c73bbf60cb8ce76b7c7c.tar.gz
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>
-rw-r--r--gnu/packages/web.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index a883660a81..dd27454e79 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1550,7 +1550,7 @@ stylesheets, you'll need to use another program that uses this library,
(define-public sassc
(package
(name "sassc")
- (version "3.5.0")
+ (version "3.6.1")
(source (origin
(method git-fetch)
(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))
(sha256
(base32
- "0jsfz1zg4gwk0dq8i92ll12axs3s70wsdsmdyi71zx8zmvib5nl6"))))
+ "1sxm54mkhs9m4vnl7vn11y17mhzamc403hv3966j1c7p2rbzg5pv"))))
(build-system gnu-build-system)
(arguments
`(#:make-flags