lilyp pushed a commit to branch emacs-team in repository guix. commit b7469abdaca36120201ccd0db70c75c17da4cd2b Author: Nicolas Graves <ngra...@ngraves.fr> AuthorDate: Thu Mar 20 11:08:13 2025 +0100
gnu: emacs-pcre2el: Update to 1.12-0.b4d846d. * gnu/packages/emacs-xyz.scm (emacs-pcre2el): Update to 1.12-0.b4d846d. Signed-off-by: Liliana Marie Prikler <liliana.prik...@gmail.com> --- gnu/packages/emacs-xyz.scm | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index b0af40cfb8..d238ca7687 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -31351,20 +31351,21 @@ Tramp's own encoding methods for moving data between systems.") (license license:gpl3+))) (define-public emacs-pcre2el - (let ((commit "018531ba0cf8e2b28d1108136a0e031b6a45f1c1")) ;version bump + (let ((commit "b4d846d80dddb313042131cf2b8fbf647567e000") + (revision "0")) (package (name "emacs-pcre2el") - (version "1.12") + (version (git-version "1.12" revision commit)) (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/joddie/pcre2el") - (commit version))) + (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 - "09mzgrxcxr0a4k45k469vj9yh5ld8pi6v6kph7wvjsjd71q9rj4s")))) + "0h73d9f1zj74vjir2kiq4s2g5rai7b59z7da20kh862xnldfcxsx")))) (build-system emacs-build-system) (home-page "https://github.com/joddie/pcre2el") (synopsis "Convert between PCRE, Emacs and rx regexp syntax")