mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-pg: Update to 0.41.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.41. Change-Id: Ica5d497614b31993c741b8717040085fa33f0028
This commit is contained in:
parent
037f1d2b7a
commit
e371f28803
1 changed files with 2 additions and 2 deletions
|
@ -23718,7 +23718,7 @@ (define-public emacs-evil-anzu
|
|||
(define-public emacs-pg
|
||||
(package
|
||||
(name "emacs-pg")
|
||||
(version "0.39")
|
||||
(version "0.41")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||
|
@ -23726,7 +23726,7 @@ (define-public emacs-pg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1b5dg04pd5s5pq71yc3isl312y1fw88pjvnk8bgjc1f06xhjlrj4"))))
|
||||
"0vbg1fg82r4ka1i2awpnsxlyjihjhmy52pgbrkbkr3hzwc1xk48b"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-peg))
|
||||
(home-page "https://github.com/emarsden/pg-el")
|
||||
|
|
Loading…
Reference in a new issue