mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
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:
parent
3f58362618
commit
f6286812ec
1 changed files with 22 additions and 20 deletions
|
@ -10584,18 +10584,20 @@ (define-public emacs-marginalia
|
|||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-smartparens
|
||||
(let ((commit "7afd647395018a26633673ed92ce7a9cb3ccb8f2")
|
||||
(revision "0"))
|
||||
(package
|
||||
(name "emacs-smartparens")
|
||||
(version "1.11.0")
|
||||
(version (git-version "1.11.0" revision commit))
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Fuco1/smartparens")
|
||||
(commit version)))
|
||||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0zij2f2rjjym98w68jkp10n1ckpfprlkk217c3fg16hz5nq4vnm6"))))
|
||||
(base32 "0ihvz1w2ggjplk604cdd5alxcq2iy3nm95m7wb6vncrbyb6v0ad2"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs
|
||||
(list emacs-dash emacs-markdown-mode))
|
||||
|
@ -10611,7 +10613,7 @@ (define-public emacs-smartparens
|
|||
wrap-region, electric-pair-mode, paredit and others. With the basic
|
||||
features found in other packages it also brings many improvements as
|
||||
well as completely new features.")
|
||||
(license license:gpl3+)))
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-dumbparens
|
||||
;; There are no releases.
|
||||
|
|
Loading…
Reference in a new issue