summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-29 09:58:23 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2024-06-29 10:43:34 +0200
commitf724a8c6626fec54c5fa92e89df838c01e8e7d20 (patch)
tree39ade5dea7e39936e0c2154fd985d64401e2aa52 /gnu
parentcd8f0454ce8384a832b3fd02e5b72cd8580ab9d7 (diff)
downloadguix-patches-f724a8c6626fec54c5fa92e89df838c01e8e7d20.tar
guix-patches-f724a8c6626fec54c5fa92e89df838c01e8e7d20.tar.gz
gnu: emacs-pg: Update to 0.36.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.36. Change-Id: I88fee173c945d1be8d1644d1b87d6eeb240fc0cf
Diffstat (limited to 'gnu')
-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 9a3aa765bb..bfd91844f3 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23169,7 +23169,7 @@ match and total match information in the mode-line in various search modes.")
(define-public emacs-pg
(package
(name "emacs-pg")
- (version "0.35")
+ (version "0.36")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@@ -23177,7 +23177,7 @@ match and total match information in the mode-line in various search modes.")
(file-name (git-file-name name version))
(sha256
(base32
- "1ksr1crjl27s481xyr22wlj7i0ss3k5hp68zlzz2cfrl0a5fdsmv"))))
+ "17ymqf6jf359l3hrl4ayqj8bfskhdh282j230bxqc3ihf5vkzl77"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")