guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d43ec1d67b36ed4e8e3950a9366df47befa75134
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed Oct 29 11:45:08 2025 +0100

    gnu: emacs-tmr: Update to 1.2.1.
    
    * gnu/packages/emacs-xyz.scm (emacs-tmr): Update to 1.2.1.
    
    Change-Id: I8503588530a01e572a04a665f7305340b582a1de
---
 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 f87c3c2339..6091e74acd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20989,7 +20989,7 @@ structure, or any other pattern.")
 (define-public emacs-tmr
   (package
     (name "emacs-tmr")
-    (version "1.2.0")
+    (version "1.2.1")
     (source
      (origin
        (method git-fetch)
@@ -20998,7 +20998,7 @@ structure, or any other pattern.")
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0a4jjgl3p54g45xnlxj81dvfpkvplijw31ylhl6lb9xz7w3kpvs0"))))
+        (base32 "1x7brjlmyxzdbixzc8fldyvmc8qyvi5s5is8s7zcv6fvxbm2dp1a"))))
     (build-system emacs-build-system)
     (arguments
      (list

Reply via email to