This is an automated email from the git hooks/post-receive script.

guix_mirror_bot pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 17222abaf6 gnu: emacs-el-job: Update to 2.4.8.
17222abaf6 is described below

commit 17222abaf634d9fde7621d532af47579f238bd7e
Author: Danny Milosavljevic <[email protected]>
AuthorDate: Fri Aug 22 21:04:43 2025 +0200

    gnu: emacs-el-job: Update to 2.4.8.
    
    * gnu/packages/emacs-xyz.scm (emacs-el-job): Update to 2.4.8.
    
    Closes: #2199
    Change-Id: Ibf170053d4210a7f7f4190ee5a13911784ee2899
---
 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 8574ce7291..2d0563fe3d 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10762,7 +10762,7 @@ files which are intended to be packages.")
 (define-public emacs-el-job
   (package
     (name "emacs-el-job")
-    (version "2.4.7")
+    (version "2.4.8")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -10771,7 +10771,7 @@ files which are intended to be packages.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0gspy2yvi7pyzvw73p49s42a3w104xlrwwvwykw93rf277kq4i6d"))))
+                "0acyk63052vsii7xnfp6l4n1s4063lprapp662p4p660wk559fnr"))))
     (build-system emacs-build-system)
     (arguments
      (list #:test-command #~(list "emacs" "-Q" "--batch"

Reply via email to