gnu: emacs-pg: Update to 0.42.

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

Change-Id: Iaddf8e488c3301efafac9280081e37268b1a3ee0
This commit is contained in:
Danny Milosavljevic 2024-09-25 14:43:19 +02:00
parent 1ea3ff4a98
commit 039635567d
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -23726,7 +23726,7 @@ (define-public emacs-evil-anzu
(define-public emacs-pg
(package
(name "emacs-pg")
(version "0.41")
(version "0.42")
(source (origin
(method git-fetch)
(uri (git-reference (url "https://github.com/emarsden/pg-el")
@ -23734,7 +23734,7 @@ (define-public emacs-pg
(file-name (git-file-name name version))
(sha256
(base32
"0vbg1fg82r4ka1i2awpnsxlyjihjhmy52pgbrkbkr3hzwc1xk48b"))))
"1afyjzrb1q207as2vc9j3cjvr6f3d3zgajzisl3x3mv0kb0bk3jy"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(home-page "https://github.com/emarsden/pg-el")