[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
41/44: gnu: emacs-pcre2el: Update to 1.9.
From: |
guix-commits |
Subject: |
41/44: gnu: emacs-pcre2el: Update to 1.9. |
Date: |
Fri, 1 Sep 2023 16:23:11 -0400 (EDT) |
ngz pushed a commit to branch master
in repository guix.
commit 8ee245807236e7b52b06614828aea7896e517947
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Fri Sep 1 22:09:14 2023 +0200
gnu: emacs-pcre2el: Update to 1.9.
* gnu/packages/emacs-xyz.scm (emacs-pcre2el): Update to 1.9.
---
gnu/packages/emacs-xyz.scm | 38 ++++++++++++++++++--------------------
1 file changed, 18 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6dfff62b88..23e0d2412f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -27379,25 +27379,23 @@ Tramp's own encoding methods for moving data between
systems.")
(license license:gpl3+)))
(define-public emacs-pcre2el
- ;; Last release is very old so we get the latest commit.
- (let ((commit "0b5b2a2c173aab3fd14aac6cf5e90ad3bf58fa7d"))
- (package
- (name "emacs-pcre2el")
- (version (git-version "1.8" "1" commit))
- (source
- (origin
- (method git-fetch)
- (uri (git-reference
- (url "https://github.com/joddie/pcre2el")
- (commit commit)))
- (file-name (git-file-name name version))
- (sha256
- (base32
- "14br6ad138qx1z822wqssswqiihxiynz1k69p6mcdisr2q8yyi1z"))))
- (build-system emacs-build-system)
- (home-page "https://github.com/joddie/pcre2el")
- (synopsis "Convert between PCRE, Emacs and rx regexp syntax")
- (description "@code{pcre2el} or @code{rxt} (RegeXp Translator or RegeXp
+ (package
+ (name "emacs-pcre2el")
+ (version "1.9")
+ (source
+ (origin
+ (method git-fetch)
+ (uri (git-reference
+ (url "https://github.com/joddie/pcre2el")
+ (commit version)))
+ (file-name (git-file-name name version))
+ (sha256
+ (base32
+ "0s6by4arny1w4i0hm4xghhjgjgb4iy7n189ddqdcsh4jrgwjyaxl"))))
+ (build-system emacs-build-system)
+ (home-page "https://github.com/joddie/pcre2el")
+ (synopsis "Convert between PCRE, Emacs and rx regexp syntax")
+ (description "@code{pcre2el} or @code{rxt} (RegeXp Translator or RegeXp
Tools) is a utility for working with regular expressions in Emacs, based on a
recursive-descent parser for regexp syntax. In addition to converting (a
subset of) PCRE syntax into its Emacs equivalent, it can do the following:
@@ -27412,7 +27410,7 @@ provided the list is finite
@item provide live font-locking of regexp syntax (so far only for Elisp
buffers – other modes on the TODO list).
@end itemize\n")
- (license license:gpl3))))
+ (license license:gpl3)))
(define-public emacs-magit-todos
(package
- 27/44: gnu: emacs-inheritenv: Update to 0.2., (continued)
- 27/44: gnu: emacs-inheritenv: Update to 0.2., guix-commits, 2023/09/01
- 30/44: gnu: emacs-markdown-mode: Update to 2.6., guix-commits, 2023/09/01
- 33/44: gnu: emacs-org-re-reveal: Update to 3.19.2., guix-commits, 2023/09/01
- 40/44: gnu: emacs-with-editor: Update to 3.3.2., guix-commits, 2023/09/01
- 38/44: gnu: emacs-transient: Update to 0.4.3., guix-commits, 2023/09/01
- 39/44: gnu: emacs-trashed: Update to 2.1.4., guix-commits, 2023/09/01
- 35/44: gnu: emacs-pulsar: Update to 1.0.0., guix-commits, 2023/09/01
- 36/44: gnu: emacs-reformatter: Update to 0.7., guix-commits, 2023/09/01
- 43/44: gnu: emacs-package-lint: Update to 0.19., guix-commits, 2023/09/01
- 44/44: gnu: emacs-package-lint: Improve description., guix-commits, 2023/09/01
- 41/44: gnu: emacs-pcre2el: Update to 1.9.,
guix-commits <=
- 37/44: gnu: emacs-solarized-theme: Update to 2.0.3., guix-commits, 2023/09/01
- 34/44: gnu: emacs-org-wild-notifier: Update to 0.5.0., guix-commits, 2023/09/01
- 42/44: gnu: emacs-page-break-lines: Update to 0.15., guix-commits, 2023/09/01