~ruther/guix-local

acc0ec7a93d039ae291709240cdbb3f2430f075f — Nicolas Goaziou 1 year, 10 months ago 77e0b3d
gnu: emacs-pg: Update to 0.39.

* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.39.

Change-Id: I7727ac80bedc14edd83328ebd0a3a4b83744b1a7
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emacs-xyz.scm
M gnu/packages/emacs-xyz.scm => gnu/packages/emacs-xyz.scm +2 -2
@@ 23490,7 23490,7 @@ match and total match information in the mode-line in various search modes.")
(define-public emacs-pg
  (package
    (name "emacs-pg")
    (version "0.36")
    (version "0.39")
    (source (origin
              (method git-fetch)
              (uri (git-reference (url "https://github.com/emarsden/pg-el")


@@ 23498,7 23498,7 @@ match and total match information in the mode-line in various search modes.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "17ymqf6jf359l3hrl4ayqj8bfskhdh282j230bxqc3ihf5vkzl77"))))
                "1b5dg04pd5s5pq71yc3isl312y1fw88pjvnk8bgjc1f06xhjlrj4"))))
    (build-system emacs-build-system)
    (propagated-inputs (list emacs-peg))
    (home-page "https://github.com/emarsden/pg-el")