guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 6acd68b37d262a5fa45f2325919f7d1f4b3f2268
Author: gemmaro <[email protected]>
AuthorDate: Tue Aug 25 13:40:34 2026 +0900

    gnu: ruby-tilt: Use ruby-sassc instead.
    
    * gnu/packages/ruby-xyz.scm (ruby-tilt)[native-inputs]: Replace deprecated
    ruby-sass with ruby-sassc.
    
    Signed-off-by: Andreas Enge <[email protected]>
---
 gnu/packages/ruby-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 3527521a08..53dd0bb9bc 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -7511,7 +7511,7 @@ intended for use with event loops such as async.")
            ruby-rdiscount
            ruby-redcarpet
            ruby-redcloth
-           ruby-sass
+           ruby-sassc
            ruby-slim
            ruby-yajl-ruby))
     (synopsis "Generic interface to multiple Ruby template engines")

Reply via email to