gnu: emacs-smartparens: Update to 1.11.0-0.7afd647.

* gnu/packages/emacs-xyz.scm: Update to 1.11.0-0.7afd647.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
This commit is contained in:
Nicolas Graves 2023-01-24 14:08:55 +01:00 committed by Nicolas Goaziou
parent 3f58362618
commit f6286812ec
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -10584,26 +10584,28 @@ (define-public emacs-marginalia
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-smartparens (define-public emacs-smartparens
(package (let ((commit "7afd647395018a26633673ed92ce7a9cb3ccb8f2")
(name "emacs-smartparens") (revision "0"))
(version "1.11.0") (package
(source (name "emacs-smartparens")
(origin (version (git-version "1.11.0" revision commit))
(method git-fetch) (source
(uri (git-reference (origin
(url "https://github.com/Fuco1/smartparens") (method git-fetch)
(commit version))) (uri (git-reference
(file-name (git-file-name name version)) (url "https://github.com/Fuco1/smartparens")
(sha256 (commit commit)))
(base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6")))) (file-name (git-file-name name version))
(build-system emacs-build-system) (sha256
(propagated-inputs (base32 "0ihvz1w2ggjplk604cdd5alxcq2iy3nm95m7wb6vncrbyb6v0ad2"))))
(list emacs-dash emacs-markdown-mode)) (build-system emacs-build-system)
(home-page "https://github.com/Fuco1/smartparens") (propagated-inputs
(synopsis "Paredit-like insertion, wrapping and navigation with user (list emacs-dash emacs-markdown-mode))
(home-page "https://github.com/Fuco1/smartparens")
(synopsis "Paredit-like insertion, wrapping and navigation with user
defined pairs") defined pairs")
(description (description
"Smartparens is a minor mode for Emacs that deals with parens pairs "Smartparens is a minor mode for Emacs that deals with parens pairs
and tries to be smart about it. It started as a unification effort to and tries to be smart about it. It started as a unification effort to
combine functionality of several existing packages in a single, combine functionality of several existing packages in a single,
compatible and extensible way to deal with parentheses, delimiters, tags compatible and extensible way to deal with parentheses, delimiters, tags
@ -10611,7 +10613,7 @@ (define-public emacs-smartparens
wrap-region, electric-pair-mode, paredit and others. With the basic wrap-region, electric-pair-mode, paredit and others. With the basic
features found in other packages it also brings many improvements as features found in other packages it also brings many improvements as
well as completely new features.") well as completely new features.")
(license license:gpl3+))) (license license:gpl3+))))
(define-public emacs-dumbparens (define-public emacs-dumbparens
;; There are no releases. ;; There are no releases.