lilyp pushed a commit to branch emacs-team
in repository guix.

commit 369011b8ca86b95f59fc2126aa4ca370e186e797
Author: Nicolas Graves <[email protected]>
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 <[email protected]>
---
 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 3119e6e032..83395a367c 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -31118,20 +31118,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")

Reply via email to