diff options
author | Cayetano Santos <csantosb@inventati.org> | 2025-06-24 10:43:15 +0200 |
---|---|---|
committer | Hilton Chain <hako@ultrarare.space> | 2025-07-24 15:42:41 +0800 |
commit | d1589a228071a567fe05c188524b1fbe1e1c3ddc (patch) | |
tree | cdd63671f2540c2e23c3f142798188e916d04b72 /gnu/packages/emacs-xyz.scm | |
parent | 7a4b4413153e7c07b2c5369622d18e844f39f3c4 (diff) |
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 <hako@ultrarare.space>
Diffstat (limited to 'gnu/packages/emacs-xyz.scm')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 6 |
1 files 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)) |