all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Christopher Baines <mail@cbaines.net>
To: 32870@debbugs.gnu.org
Subject: [bug#32870] [PATCH 6/6] gnu: ruby-sass: Update to 3.6.0.
Date: Sat, 29 Sep 2018 11:45:02 +0100	[thread overview]
Message-ID: <20180929104502.8536-6-mail@cbaines.net> (raw)
In-Reply-To: <20180929104502.8536-1-mail@cbaines.net>

* gnu/packages/ruby.scm (ruby-sass)[version]: Update to 3.6.0.
[source]: Update sha256.
[native-inputs]: Add ruby-mathn, as this is needed when using Ruby 2.5.
---
 gnu/packages/ruby.scm | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 8fa13d8143..874bab8ae3 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -5497,18 +5497,19 @@ the @file{spec} directory.")
 (define-public ruby-sass
   (package
     (name "ruby-sass")
-    (version "3.5.7")
+    (version "3.6.0")
     (source (origin
               (method url-fetch)
               (uri (rubygems-uri "sass" version))
               (sha256
                (base32
-                "1sy7xsbgpcy90j5ynbq967yplffp74pvph3r8ivn2sv2b44q6i61"))))
+                "18c6prbw9wl8bqhb2435pd9s0lzarl3g7xf8pmyla28zblvwxmyh"))))
     (build-system ruby-build-system)
     (propagated-inputs
      `(("ruby-sass-listen" ,ruby-sass-listen)))
     (native-inputs
-     `(("ruby-sass-spec" ,ruby-sass-spec)))
+     `(("ruby-sass-spec" ,ruby-sass-spec)
+       ("ruby-mathn" ,ruby-mathn)))
     (home-page "http://sass-lang.com/")
     (synopsis "CSS extension language")
     (description "Sass is a CSS extension language.  It extends CSS with
-- 
2.18.0

      parent reply	other threads:[~2018-09-29 10:46 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-09-29 10:40 [bug#32870] [PATCH 0/6] Ruby related fixes in preparation for Ruby 2.5 Christopher Baines
2018-09-29 10:44 ` [bug#32870] [PATCH 1/6] gnu: bioruby: Update to 1.5.2 Christopher Baines
2018-09-29 10:44   ` [bug#32870] [PATCH 2/6] gnu: ruby-shindo: Remove -rubygems flags Christopher Baines
2018-09-29 10:44   ` [bug#32870] [PATCH 3/6] gnu: ruby-term-ansicolor: Fix test for Ruby 2.5 Christopher Baines
2018-09-29 10:45   ` [bug#32870] [PATCH 4/6] gnu: ruby-sass-spec: Fix spec expectation Christopher Baines
2018-09-29 12:15     ` Julien Lepiller
2018-09-29 20:16       ` Christopher Baines
2018-10-05 23:03         ` bug#32870: " Christopher Baines
2018-09-29 10:45   ` [bug#32870] [PATCH 5/6] gnu: Add ruby-mathn Christopher Baines
2018-09-29 10:45   ` Christopher Baines [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180929104502.8536-6-mail@cbaines.net \
    --to=mail@cbaines.net \
    --cc=32870@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.