all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#74926] [PATCH] gnu: emacs-eldev: Update to 1.11.
@ 2024-12-17 13:50 Suhail Singh
  0 siblings, 0 replies; only message in thread
From: Suhail Singh @ 2024-12-17 13:50 UTC (permalink / raw)
  To: 74926; +Cc: Andrew Tropin, Katherine Cox-Buday, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.11.

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

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index c3b98b3726..a8fbef2c01 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -24926,7 +24926,7 @@ (define-public emacs-peg
 (define-public emacs-eldev
   (package
     (name "emacs-eldev")
-    (version "1.10.3")
+    (version "1.11")
     (source
      (origin
        (method git-fetch)
@@ -24935,7 +24935,7 @@ (define-public emacs-eldev
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ha2ppxqp36m26nv6lyspq6m6xvvr03cf82rygq45w729gakdw9r"))))
+        (base32 "144wf5im2fy1fv8jjik1s9zfyicphh2pi4dp6q4airrkiirmmr3m"))))
     (build-system emacs-build-system)
     (arguments
      (list

base-commit: 2e8a8b3ddb4ca31b918d63ff2957c6da1424a2a9




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2024-12-17 13:59 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-12-17 13:50 [bug#74926] [PATCH] gnu: emacs-eldev: Update to 1.11 Suhail Singh

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.