guix_mirror_bot pushed a commit to branch emacs-team
in repository guix.

commit b783afe06b9c208548b8d41f1061363942f40ce2
Author: Morgan Smith <[email protected]>
AuthorDate: Sat Aug 29 14:36:05 2026 -0400

    gnu: emacs-cov: Update to 0.1.0-1.7a3599e.
    
    * gnu/packages/emacs-xyz.scm (emacs-cov): Update to 0.1.0-1.7a3599e.
    [#:phases]<disable-failing-tests>: Adjust accordingly.
    
    Signed-off-by: Liliana Marie Prikler <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6d11c2926b..731f81a1c0 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14850,8 +14850,8 @@ and set HTML attributes.")
 
 (define-public emacs-cov
   ;; XXX: Upstream made no release nor any tag so far.
-  (let ((commit "cd3e1995c596cc227124db9537792d8329ffb696")
-        (revision "0"))
+  (let ((commit "7a3599e42d4fe943b912701e04beffcf2ec812d2")
+        (revision "1"))
     (package
       (name "emacs-cov")
       (version (git-version "0.1.0" revision commit))
@@ -14864,7 +14864,7 @@ and set HTML attributes.")
            (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "1gyc0si60czhgrkm7kink1p1zj1h5j5nzif4ivm5bg78l28skmpm"))))
+          (base32 "0yc681wxhwiclka2asdirhdwvn4pwhv8shwdayxxgh3jp18jzhcm"))))
       (build-system emacs-build-system)
       (arguments
        (list
@@ -14874,7 +14874,7 @@ and set HTML attributes.")
             (add-before 'check 'disable-failing-tests
               (lambda _
                 (substitute* "test/cov-test.el"
-                  (("\\(ert-deftest cov--load-coverage-test-mtime-check .*" 
all)
+                  (("\\(ert-deftest 
(cov--load-coverage-test-mtime-check|cov-set-overlays-test-no-coverage) .*" all)
                    (string-append all "(skip-unless nil)\n"))))))))
       (native-inputs
        (list emacs-ert-runner emacs-mocker emacs-undercover))

Reply via email to