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

commit 06c6e40cd091bb2726367cc4155fc647688fe47f
Author: Nicolas Graves <ngra...@ngraves.fr>
AuthorDate: Fri Jan 31 09:20:00 2025 +0100

    gnu: Remove ruby-interception.
    
    * gnu/packages/ruby.scm (ruby-interception): Delete variable.
    
    This package is unbuildable using any of our ruby versions.  It is
    unmaintained for 10 years.
    
    Signed-off-by: Sharlatan Hellseher <sharlata...@gmail.com>
---
 gnu/packages/ruby.scm | 18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 05363f2d41..cd462e3beb 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -17120,24 +17120,6 @@ protocol.")
       (home-page "https://github.com/imanel/websocket-ruby";)
       (license license:expat))))
 
-(define-public ruby-interception
-  (package
-    (name "ruby-interception")
-    (version "0.5")
-    (source
-      (origin
-        (method url-fetch)
-        (uri (rubygems-uri "interception" version))
-        (sha256
-          (base32 "01vrkn28psdx1ysh5js3hn17nfp1nvvv46wc1pwqsakm6vb1hf55"))))
-    (build-system ruby-build-system)
-    (native-inputs (list ruby-rspec))
-    (home-page "https://github.com/ConradIrwin/interception";)
-    (synopsis "Listen to raise in Ruby")
-    (description "Interception provides a cross-platform ability to intercept 
all
-exceptions as they are raised.")
-    (license license:expat)))
-
 (define-public ruby-pry-rescue
   (package
     (name "ruby-pry-rescue")

Reply via email to