guix_mirror_bot pushed a commit to branch master
in repository guix.

commit ee9d1f4b5e2f9f7d82dcd2966c6d474982945b8f
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Jan 31 14:58:05 2026 +0100

    gnu: emacs-epkg: Update to 4.1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.1.2.
    
    Change-Id: I1501fdb08469d378c5385c66c118a808fc6d4a27
---
 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 29cde72ec8..f33c764910 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27901,7 +27901,7 @@ match your personal coding style.")
 (define-public emacs-epkg
   (package
     (name "emacs-epkg")
-    (version "4.1.1")
+    (version "4.1.2")
     (source
      (origin
        (method git-fetch)
@@ -27910,7 +27910,7 @@ match your personal coding style.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "06dmsmjgqj5rfy72lkswba02w4rmfaj212qgdw9i8pw7s3fd4f37"))))
+        (base32 "1hm6f73lwqsrn89f3s7dx79nc67qvqs8v1jb3wbyq7wdify5mja0"))))
     (build-system emacs-build-system)
     (arguments
      `(#:lisp-directory "lisp"

Reply via email to