guix_mirror_bot pushed a commit to branch master
in repository guix.

commit f4193d26e2b354e406fc2fe5240ccd0a9dda9838
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Fri Oct 10 20:42:44 2025 +0200

    gnu: emacs-tmr: Update to 1.2.0.
    
    * gnu/packages/emacs-xyz.scm (emacs-tmr): Update to 1.2.0.
    
    Change-Id: I7b5ae55c22182c412b505dd7d2fcfac9f764817c
---
 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 558a43adc4..6daf8a0ccd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20962,7 +20962,7 @@ structure, or any other pattern.")
 (define-public emacs-tmr
   (package
     (name "emacs-tmr")
-    (version "1.1.0")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
@@ -20971,7 +20971,7 @@ structure, or any other pattern.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0dpv88g9phh84pzq5443xiq3d3pz4hl178gcim858isz44fq6319"))))
+        (base32 "0a4jjgl3p54g45xnlxj81dvfpkvplijw31ylhl6lb9xz7w3kpvs0"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to