summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas Goaziou <[email protected]>2024-09-15 09:20:33 +0200
committerNicolas Goaziou <[email protected]>2024-09-15 10:45:42 +0200
commite371f28803e4ed6ff60892a7ba5f91a96f433e9d (patch)
tree717664398a1d766f58598ead6994618e6ffa6301
parent037f1d2b7aaccab28df16e74ae350238042515ea (diff)
gnu: emacs-pg: Update to 0.41.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.41. Change-Id: Ica5d497614b31993c741b8717040085fa33f0028
-rw-r--r--gnu/packages/emacs-xyz.scm4
1 files 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")