~ruther/guix-local

095848e2f5582e4c848b284fe4d221d1fff89215 — Nicolas Goaziou 1 year, 2 months ago 45bc36e
gnu: emacs-pg: Update to 0.46.

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

Change-Id: I324b9f5f85fc90b0369f634d16390d73f8baf973
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
@@ 24685,7 24685,7 @@ match and total match information in the mode-line in various search modes.")
(define-public emacs-pg
  (package
    (name "emacs-pg")
    (version "0.45")
    (version "0.46")
    (source (origin
              (method git-fetch)
              (uri (git-reference (url "https://github.com/emarsden/pg-el")


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