guix_mirror_bot pushed a commit to branch master
in repository guix.

commit d1589a228071a567fe05c188524b1fbe1e1c3ddc
Author: Cayetano Santos <[email protected]>
AuthorDate: Tue Jun 24 10:43:15 2025 +0200

    gnu: emacs-smartparens: Update to 1.11.0-1.b629b4e.
    
    * gnu/packages/emacs-xyz.scm (emacs-smartparens): Update to 
1.11.0-1.b629b4e.
    
    Change-Id: Ic82549fcf27c3140d376d7db2e53e17ab7992c2e
    Signed-off-by: Hilton Chain <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f67687ef89..a8ae38bc67 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -14456,8 +14456,8 @@ placed at the margin of the minibuffer for your 
completion candidates.")
     (license license:gpl3+)))
 
 (define-public emacs-smartparens
-  (let ((commit "7afd647395018a26633673ed92ce7a9cb3ccb8f2")
-        (revision "0"))
+  (let ((commit "b629b4e893ba21ba5a381f6c0054bb72f8e96df2")
+        (revision "1"))
     (package
       (name "emacs-smartparens")
       (version (git-version "1.11.0" revision commit))
@@ -14469,7 +14469,7 @@ placed at the margin of the minibuffer for your 
completion candidates.")
                (commit commit)))
          (file-name (git-file-name name version))
          (sha256
-          (base32 "0ihvz1w2ggjplk604cdd5alxcq2iy3nm95m7wb6vncrbyb6v0ad2"))))
+          (base32 "1nfd10kxd1l8bmxhaghhxphl424yg5qn6xcqaligwc3b406b566w"))))
       (build-system emacs-build-system)
       (propagated-inputs
        (list emacs-dash emacs-markdown-mode))

Reply via email to