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,18 +10584,20 @@ placed at the margin of the minibuffer for your completion candidates.")
(license license:gpl3+))) (license license:gpl3+)))
(define-public emacs-smartparens (define-public emacs-smartparens
(let ((commit "7afd647395018a26633673ed92ce7a9cb3ccb8f2")
(revision "0"))
(package (package
(name "emacs-smartparens") (name "emacs-smartparens")
(version "1.11.0") (version (git-version "1.11.0" revision commit))
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/Fuco1/smartparens") (url "https://github.com/Fuco1/smartparens")
(commit version))) (commit commit)))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6")))) (base32 "0ihvz1w2ggjplk604cdd5alxcq2iy3nm95m7wb6vncrbyb6v0ad2"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
(list emacs-dash emacs-markdown-mode)) (list emacs-dash emacs-markdown-mode))
@ -10611,7 +10613,7 @@ and the like. Some of these packages include autopair, textmate,
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.