1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02:00

gnu: emacs-inf-ruby: Update to 2.9.0.

* gnu/packages/emacs-xyz.scm (emacs-inf-ruby): Update to 2.9.0.

Change-Id: I31d1296402c36f86ee129908edf5b5e133280585
This commit is contained in:
Nicolas Goaziou
2025-03-07 09:28:51 +01:00
parent 4a9c540400
commit ff325a336f
+2 -2
View File
@@ -8073,7 +8073,7 @@ then refine or modify the search results.")
(define-public emacs-inf-ruby
(package
(name "emacs-inf-ruby")
(version "2.8.1")
(version "2.9.0")
(source
(origin
(method git-fetch)
@@ -8082,7 +8082,7 @@ then refine or modify the search results.")
(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")