guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b1a80bbce8856bd40c9f27cf8610950a24b457fa
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Dec 6 09:50:44 2025 +0100

    gnu: emacs-minions: Update to 1.1.2.
    
    * gnu/packages/emacs-xyz.scm (emacs-minions): Update to 1.1.2.
    
    Change-Id: I35b8200569c4918e2e9e1a6d7607bb99afff90fe
---
 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 2ef6822dcd..818cbb3e21 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2932,7 +2932,7 @@ bottom, or top, of the buffer, or to a trash file.")
 (define-public emacs-minions
   (package
     (name "emacs-minions")
-    (version "1.1.1")
+    (version "1.1.2")
     (source
      (origin
        (method git-fetch)
@@ -2941,7 +2941,7 @@ bottom, or top, of the buffer, or to a trash file.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0hlb0d4lhwclvng4kdzngk4i9d1nbylcrp1ninpjdn8k310ni728"))))
+        (base32 "06s2gd47q2lp4lj0ycrjihhn41ws9d3mh6ap9a7gz3b0blifpb4i"))))
     (build-system emacs-build-system)
     (arguments
      (list #:test-command

Reply via email to