GNU bug report logs - #38814
[PATCH] gnu: libsass: Update to 3.6.3.

Previous Next

Package: guix-patches;

Reported by: Riku Viitanen <riku.viitanen <at> protonmail.com>

Date: Mon, 30 Dec 2019 15:08:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Riku Viitanen <riku.viitanen <at> protonmail.com>
Subject: bug#38814: closed (Re: [bug#38814] [PATCH] gnu: libsass: Update
 to 3.6.3.)
Date: Mon, 30 Dec 2019 18:22:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#38814: [PATCH] gnu: libsass: Update to 3.6.3.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 38814 <at> debbugs.gnu.org.

-- 
38814: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38814
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Riku Viitanen <riku.viitanen <at> protonmail.com>
Cc: 38814-done <at> debbugs.gnu.org
Subject: Re: [bug#38814] [PATCH] gnu: libsass: Update to 3.6.3.
Date: Mon, 30 Dec 2019 20:21:10 +0200
[Message part 3 (text/plain, inline)]
Looks good. Patch pushed

-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Riku Viitanen <riku.viitanen <at> protonmail.com>
To: "guix-patches <at> gnu.org" <guix-patches <at> gnu.org>
Subject: [PATCH] gnu: libsass: Update to 3.6.3.
Date: Mon, 30 Dec 2019 15:07:24 +0000
From 6bf349330d4cf020624dbfbc3e39d445d1b1e705 Mon Sep 17 00:00:00 2001
From: Riku Viitanen <riku.viitanen <at> protonmail.com>
Date: Mon, 30 Dec 2019 16:47:21 +0200
Subject: [PATCH] gnu: libsass: Update to 3.6.3.

* gnu/packages/web.scm: (libsass): Update to 3.6.3.
---
 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 e747dec28c..a883660a81 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
--
2.24.0



This bug report was last modified 5 years and 203 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.