guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: libsass: Update to 3.6.3.


From: guix-commits
Subject: 01/02: gnu: libsass: Update to 3.6.3.
Date: Mon, 30 Dec 2019 13:28:13 -0500 (EST)

efraim pushed a commit to branch master
in repository guix.

commit 65e2feee136d6fa4724e4f1d2212ddeadbe95062
Author: Riku Viitanen via Guix-patches via <address@hidden>
Date:   Mon Dec 30 15:07:24 2019 +0000

    gnu: libsass: Update to 3.6.3.
    
    * gnu/packages/web.scm: (libsass): Update to 3.6.3.
    
    Signed-off-by: Efraim Flashner <address@hidden>
---
 gnu/packages/web.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index e747dec..a883660 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1516,7 +1516,7 @@ minimum to provide high performance operation.")
 (define-public libsass
   (package
     (name "libsass")
-    (version "3.5.5")
+    (version "3.6.3")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -1525,7 +1525,7 @@ minimum to provide high performance operation.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0830pjcvhzxh6yixj82x5k5r1xnadjqzi16kp53213icbly0r9ma"))))
+                "1vn0q343d1vxz5q0xb6f9dzjah8z6j0s6x0lwvwdd55xa8z7rsnh"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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