guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 3fd67f35076228553e72b17efe98f7b02a48961c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Dec 5 17:30:00 2025 +0100

    gnu: emacs-epkg: Update to 4.1.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-epkg): Update to 4.1.1.
    
    Change-Id: I1d40777fc83e4d3f713458dc93ade2d8d0771600
---
 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 7875051085..c4093e43f4 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27449,7 +27449,7 @@ match your personal coding style.")
 (define-public emacs-epkg
   (package
     (name "emacs-epkg")
-    (version "4.1.0")
+    (version "4.1.1")
     (source
      (origin
        (method git-fetch)
@@ -27458,7 +27458,7 @@ match your personal coding style.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0j3abhk3vhbpx2m2hgsafij24a9f55kza9fcy54vh81rh3c15q97"))))
+        (base32 "06dmsmjgqj5rfy72lkswba02w4rmfaj212qgdw9i8pw7s3fd4f37"))))
     (build-system emacs-build-system)
     (arguments
      `(#:lisp-directory "lisp"

Reply via email to