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

* gnu/packages/emacs-xyz.scm (emacs-inf-ruby): Update to 2.8.0.
This commit is contained in:
Nicolas Goaziou 2023-10-03 21:17:50 +02:00
parent c4ec00b6b8
commit 4830e3d722
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -6772,7 +6772,7 @@ then refine or modify the search results.")
(define-public emacs-inf-ruby (define-public emacs-inf-ruby
(package (package
(name "emacs-inf-ruby") (name "emacs-inf-ruby")
(version "2.5.2") (version "2.8.0")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6781,7 +6781,7 @@ then refine or modify the search results.")
(commit version))) (commit version)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0a1hhvfbl6mq8rjsi77fg9fh5a91hi5scjrg9rjqc5ffbql67y0v")))) (base32 "0dxjcr34xsa0m25yw8pp4iwjq8cqdgs6r8ls4lwfb69rnii7jmn5"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(home-page "https://github.com/nonsequitur/inf-ruby") (home-page "https://github.com/nonsequitur/inf-ruby")
(synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs") (synopsis "Provides a REPL buffer connected to a Ruby subprocess in Emacs")