unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38815] [PATCH] gnu: sassc: Update to 3.6.1.
@ 2019-12-30 15:09 Riku Viitanen via Guix-patches via
  2019-12-30 18:21 ` bug#38815: " Efraim Flashner
  2020-01-08 16:50 ` [bug#38815] guix-patches@ recorded as commit author (was: sassc: Update to 3.6.1.) Tobias Geerinckx-Rice via Guix-patches via
  0 siblings, 2 replies; 4+ messages in thread
From: Riku Viitanen via Guix-patches via @ 2019-12-30 15:09 UTC (permalink / raw)
  To: 38815

From 1f66209d161e593ac482c8f523f5425aed2c7a11 Mon Sep 17 00:00:00 2001
From: Riku Viitanen <riku.viitanen@protonmail.com>
Date: Mon, 30 Dec 2019 16:51:29 +0200
Subject: [PATCH] gnu: sassc: Update to 3.6.1.

* gnu/packages/web.scm (sassc): Update to 3.6.1.
---
 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 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
--
2.24.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-01-09 19:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-12-30 15:09 [bug#38815] [PATCH] gnu: sassc: Update to 3.6.1 Riku Viitanen via Guix-patches via
2019-12-30 18:21 ` bug#38815: " Efraim Flashner
2020-01-08 16:50 ` [bug#38815] guix-patches@ recorded as commit author (was: sassc: Update to 3.6.1.) Tobias Geerinckx-Rice via Guix-patches via
2020-01-09 19:54   ` Efraim Flashner

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).