mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
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:
parent
1ea3ff4a98
commit
039635567d
1 changed files with 2 additions and 2 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue