[bug#76799,v2] gnu: emacs-inf-ruby: Update to 2.9.0.

Message ID 83482bd89fa4f8c8684d45ea23af4710e7066541.1741348787.git.gemmaro.dev@gmail.com
State New
Headers
Series [bug#76799,v2] gnu: emacs-inf-ruby: Update to 2.9.0. |

Commit Message

gemmaro March 7, 2025, 12:05 p.m. UTC
  * gnu/packages/emacs-xyz.scm (emacs-inf-ruby): Update to 2.9.0.
[description] Include a mention of the newly introduced customization variable
for use with the Guix shell workflow.

Change-Id: Icdd9f9e70050e6df24db91acc51839f97cfe24d6
---
I've condensed the explanation to fit within ten lines.

 gnu/packages/emacs-xyz.scm | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)


base-commit: 20f00058d7fff1e54ba7d3f4f56deed174135cbe
  

Comments

Nicolas Goaziou March 7, 2025, 12:57 p.m. UTC | #1
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-inf-ruby): Update to 2.9.0.
> [description] Include a mention of the newly introduced customization variable
> for use with the Guix shell workflow.

I had updated the package a few hours ago without noticing your patch. I
pushed your change to the description just now. Thanks!

Regards,
  

Patch

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f5876a342c..c4f5d466e7 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -8069,7 +8069,7 @@  (define-public emacs-rg
 (define-public emacs-inf-ruby
   (package
     (name "emacs-inf-ruby")
-    (version "2.8.1")
+    (version "2.9.0")
     (source
      (origin
        (method git-fetch)
@@ -8078,7 +8078,7 @@  (define-public emacs-inf-ruby
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "043ml560z69rlgw60w7m03r6cdwp8gfi1zs38qykg2yi98l6gg3x"))))
+        (base32 "1ah4hfy17x4ikrg3q555q7qfmz021wmfm5v11l1id3aqfqira599"))))
     (build-system emacs-build-system)
     (home-page "https://github.com/nonsequitur/inf-ruby")
     (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")
@@ -8086,7 +8086,10 @@  (define-public emacs-inf-ruby
      "@code{inf-ruby} provides a Read Eval Print Loop (REPL) buffer, allowing
 for easy interaction with a ruby subprocess.  Features include support for
 detecting specific uses of Ruby, e.g. when using rails, and using a
-appropriate console.")
+appropriate console.
+
+If you are using Guix shell with @file{manifest.scm}, the
+@code{inf-ruby-wrapper-command} customization variable could be helpful.")
     (license license:gpl3+)))
 
 (define-public emacs-chruby-el