GNU bug report logs - #75621
[PATCH] gnu: emacs-ruby-electric: Update to 2.3.3-0.c53376d.

Previous Next

Package: guix-patches;

Reported by: gemmaro <gemmaro.dev <at> gmail.com>

Date: Fri, 17 Jan 2025 05:15:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 75621 in the body.
You can then email your comments to 75621 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org:
bug#75621; Package guix-patches. (Fri, 17 Jan 2025 05:15:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to gemmaro <gemmaro.dev <at> gmail.com>:
New bug report received and forwarded. Copy sent to andrew <at> trop.in, divya <at> subvertising.org, ian <at> retrospec.tv, cox.katherine.e+guix <at> gmail.com, liliana.prikler <at> gmail.com, guix-patches <at> gnu.org. (Fri, 17 Jan 2025 05:15:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: gemmaro <gemmaro.dev <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: [PATCH] gnu: emacs-ruby-electric: Update to 2.3.3-0.c53376d.
Date: Fri, 17 Jan 2025 14:12:53 +0900
* gnu/packages/emacs-xyz.scm (emacs-ruby-electric): Update to 2.3.3-0.c53376d.

Change-Id: I40c21d89cec9be7eafb185958eecbf56f44dda4c
---
 gnu/packages/emacs-xyz.scm | 40 ++++++++++++++++++++------------------
 1 file changed, 21 insertions(+), 19 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 9e99bad820..d1e686ce90 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -141,7 +141,7 @@
 ;;; Copyright © 2024 Ilya Chernyshov <ichernyshovvv <at> gmail.com>
 ;;; Copyright © 2024 Wilko Meyer <w <at> wmeyer.eu>
 ;;; Copyright © 2024 Noé Lopez <noelopez <at> free.fr>
-;;; Copyright © 2024 gemmaro <gemmaro.dev <at> gmail.com>
+;;; Copyright © 2024, 2025 gemmaro <gemmaro.dev <at> gmail.com>
 ;;; Copyright © 2024 Daniel Szmulewicz <daniel.szmulewicz <at> gmail.com>
 ;;; Copyright © 2024 Ashish SHUKLA <ashish.is <at> lostca.se>
 ;;; Copyright © 2024 Artyom V. Poptsov <poptsov.artyom <at> gmail.com>
@@ -13999,26 +13999,28 @@ (define-public emacs-request
       (license license:gpl3+))))
 
 (define-public emacs-ruby-electric
-  (package
-    (name "emacs-ruby-electric")
-    (version "2.3.3")
-    (source
-     (origin
-       (method git-fetch)
-       (uri (git-reference
-             (url "https://github.com/ruby/elisp-ruby-electric")
-             (commit (string-append "v" version))))
-       (file-name (git-file-name name version))
-       (sha256
-        (base32 "1p0l0fsn0jcgb4raimyc4d1wpfksrfhn0rkwdazadvm6s8baydf7"))))
-    (build-system emacs-build-system)
-    (home-page "https://github.com/ruby/elisp-ruby-electric")
-    (synopsis "Minor mode for electrically editing Ruby code")
-    (description
-     "Ruby Electric mode accelerates code writing in Ruby by making some keys
+  (let ((revision "0")
+        (commit "c53376da891713e0c49f01aad2ff64d4fbb0b812"))
+    (package
+      (name "emacs-ruby-electric")
+      (version (git-version "2.3.3" revision commit))
+      (source
+       (origin
+         (method git-fetch)
+         (uri (git-reference
+               (url "https://github.com/ruby/elisp-ruby-electric")
+               (commit commit)))
+         (file-name (git-file-name name version))
+         (sha256
+          (base32 "14grv2gwr6lyjlcp8h1frvipyisakkw2q0jpv4h5rd5bzky7m8w0"))))
+      (build-system emacs-build-system)
+      (home-page "https://github.com/ruby/elisp-ruby-electric")
+      (synopsis "Minor mode for electrically editing Ruby code")
+      (description
+       "Ruby Electric mode accelerates code writing in Ruby by making some keys
 electric and automatically supplying with closing parentheses and @code{end}
 as appropriate.")
-    (license license:ruby)))
+      (license license:ruby))))
 
 (define-public emacs-rudel
   (package

base-commit: 0b06a5bc97938cae3da19e566c2f6f71cc299d78
-- 
2.47.1





Reply sent to Nicolas Goaziou <mail <at> nicolasgoaziou.fr>:
You have taken responsibility. (Sat, 25 Jan 2025 17:53:02 GMT) Full text and rfc822 format available.

Notification sent to gemmaro <gemmaro.dev <at> gmail.com>:
bug acknowledged by developer. (Sat, 25 Jan 2025 17:53:02 GMT) Full text and rfc822 format available.

Message #10 received at 75621-done <at> debbugs.gnu.org (full text, mbox):

From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: 75621-done <at> debbugs.gnu.org
Cc: gemmaro <gemmaro.dev <at> gmail.com>
Subject: Re: [PATCH] gnu: emacs-ruby-electric: Update to 2.3.3-0.c53376d.
Date: Sat, 25 Jan 2025 18:52:23 +0100
Hello,

> * gnu/packages/emacs-xyz.scm (emacs-ruby-electric): Update to 2.3.3-0.c53376d.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou






bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 23 Feb 2025 12:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 178 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.