[PATCH] gnu: emacs-eldev: Update to 1.10.3.

  • Open
  • quality assurance status badge
Details
One participant
  • Suhail Singh
Owner
unassigned
Submitted by
Suhail Singh
Severity
normal
S
S
Suhail Singh wrote 19 hours ago
(name . Guix-patches mailing list)(address . guix-patches@gnu.org)
2e6226c2ad3b7903eb4f1adfc5bd21eba2a8256b.1730257673.git.suhail@bayesians.ca
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.10.3.

Change-Id: I5bcf362dbe035cacff2b35b29ebb281a2a85318c
---
gnu/packages/emacs-xyz.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 488b4cb5d7..1bb95249f0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24757,7 +24757,7 @@ (define-public emacs-peg
(define-public emacs-eldev
(package
(name "emacs-eldev")
- (version "1.10.1")
+ (version "1.10.3")
(source
(origin
(method git-fetch)
@@ -24766,7 +24766,7 @@ (define-public emacs-eldev
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32 "1qir0wagqb8yhmkb12zzadl146w952p3q92bpffd0hq0y6gcp2n5"))))
+ (base32 "0ha2ppxqp36m26nv6lyspq6m6xvvr03cf82rygq45w729gakdw9r"))))
(build-system emacs-build-system)
(arguments
(list

base-commit: a9c33e9f688fce88aed610ab04c650efb71b4ce6
--
2.47.0
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 74098@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 74098
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch