ngz pushed a commit to branch master
in repository guix.

commit e371f28803e4ed6ff60892a7ba5f91a96f433e9d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Sep 15 09:20:33 2024 +0200

    gnu: emacs-pg: Update to 0.41.
    
    * gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.41.
    
    Change-Id: Ica5d497614b31993c741b8717040085fa33f0028
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7aa61b6d1d..00adab6b7e 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23718,7 +23718,7 @@ match and total match information in the mode-line in 
various search modes.")
 (define-public emacs-pg
   (package
     (name "emacs-pg")
-    (version "0.39")
+    (version "0.41")
     (source (origin
               (method git-fetch)
               (uri (git-reference (url "https://github.com/emarsden/pg-el";)
@@ -23726,7 +23726,7 @@ match and total match information in the mode-line in 
various search modes.")
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "1b5dg04pd5s5pq71yc3isl312y1fw88pjvnk8bgjc1f06xhjlrj4"))))
+                "0vbg1fg82r4ka1i2awpnsxlyjihjhmy52pgbrkbkr3hzwc1xk48b"))))
     (build-system emacs-build-system)
     (propagated-inputs (list emacs-peg))
     (home-page "https://github.com/emarsden/pg-el";)

Reply via email to