[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
43/63: gnu: emacs-parsec: Update to 0.1.4.
From: |
guix-commits |
Subject: |
43/63: gnu: emacs-parsec: Update to 0.1.4. |
Date: |
Sat, 29 May 2021 10:17:51 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit eb00037407f1a7b26c23817b1c1107250c0485c0
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat May 29 15:56:49 2021 +0200
gnu: emacs-parsec: Update to 0.1.4.
* gnu/packages/emacs-xyz.scm (emacs-parsec): Update to 0.1.4.
---
gnu/packages/emacs-xyz.scm | 39 ++++++++++++++++++---------------------
1 file changed, 18 insertions(+), 21 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index e155cc7..e3184a9 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16832,32 +16832,29 @@ and @code{erc-send-modify-hook} to download and show
images.")
(license license:gpl3+)))
(define-public emacs-parsec
- ;; Last release is too old (2016).
- (let ((revision "0")
- (commit "2cbbbc2254aa7bcaa4fb5e07c8c1bf2f381dba26"))
- (package
- (name "emacs-parsec")
- (version (git-version "0.1.3" revision commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/cute-jumper/parsec.el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32 "1g1s8s45g3kkbi3h7w0pmadmzdswb64mkdvdpg2lihg341kx37gm"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/cute-jumper/parsec.el")
- (synopsis "Parser combinator library for Emacs Lisp")
- (description
- "Parsec is a parser combinator library for Emacs Lisp, similar to
+ (package
+ (name "emacs-parsec")
+ (version "0.1.4")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/cute-jumper/parsec.el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32 "1g1s8s45g3kkbi3h7w0pmadmzdswb64mkdvdpg2lihg341kx37gm"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/cute-jumper/parsec.el")
+ (synopsis "Parser combinator library for Emacs Lisp")
+ (description
+ "Parsec is a parser combinator library for Emacs Lisp, similar to
Haskell's Parsec library. It contains most of the parser combinators in
Text.Parsec.Combinator, and more combinators can be added if necessary! Most
of the parser combinators have the same behavior as their Haskell
counterparts. Parsec also comes with a simple error handling mechanism so
that it can display an error message showing how the parser fails.")
- (license license:gpl3+))))
+ (license license:gpl3+)))
(define-public emacs-move-text
(package
- 31/63: gnu: emacs-markdown-preview-mode: Update to 0.9.4., (continued)
- 31/63: gnu: emacs-markdown-preview-mode: Update to 0.9.4., guix-commits, 2021/05/29
- 42/63: gnu: emacs-pandoc-mode: Update to 2.31., guix-commits, 2021/05/29
- 32/63: gnu: emacs-minitest: Update to 0.9.2., guix-commits, 2021/05/29
- 34/63: gnu: emacs-olivetti: Update to 1.11.4., guix-commits, 2021/05/29
- 35/63: gnu: emacs-org-fragtog: Update to 0.3.2., guix-commits, 2021/05/29
- 39/63: gnu: emacs-org-static-blog: Update to 1.5.0., guix-commits, 2021/05/29
- 36/63: gnu: emacs-orgit: Update to 1.7.0., guix-commits, 2021/05/29
- 37/63: gnu: emacs-org-re-reveal: Update to 3.9.0., guix-commits, 2021/05/29
- 38/63: gnu: emacs-org-roam-bibtex: Update to 0.6.0-pre.2., guix-commits, 2021/05/29
- 40/63: gnu: emacs-org-trello: Update to 0.8.2., guix-commits, 2021/05/29
- 43/63: gnu: emacs-parsec: Update to 0.1.4.,
guix-commits <=
- 45/63: gnu: emacs-projectile: Update to 2.4.0., guix-commits, 2021/05/29
- 51/63: gnu: emacs-robe: Update to 0.8.3., guix-commits, 2021/05/29
- 44/63: gnu: emacs-perspective: Update to 2.15., guix-commits, 2021/05/29
- 47/63: gnu: emacs-puppet-mode: Update to 0.4., guix-commits, 2021/05/29
- 50/63: gnu: emacs-rainbow-delimiters: Update to 2.1.5., guix-commits, 2021/05/29
- 54/63: gnu: emacs-solaire-mode: Update to 1.1.5., guix-commits, 2021/05/29
- 56/63: gnu: emacs-tide: Update to 4.2.3., guix-commits, 2021/05/29
- 57/63: gnu: emacs-visual-fill-column: Update to 2.4., guix-commits, 2021/05/29
- 58/63: gnu: emacs-wc-mode: Update to 1.4.1., guix-commits, 2021/05/29
- 41/63: gnu: emacs-package-lint: Update to 0.15., guix-commits, 2021/05/29