gnu: sassc: Update to 3.6.1.
authorRiku Viitanen via Guix-patches via <guix-patches@gnu.org>
Mon, 30 Dec 2019 15:09:22 +0000 (15:09 +0000)
committerEfraim Flashner <efraim@flashner.co.il>
Mon, 30 Dec 2019 18:20:47 +0000 (20:20 +0200)
* gnu/packages/web.scm (sassc): Update to 3.6.1.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
gnu/packages/web.scm

index a883660..dd27454 100644 (file)
@@ -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