mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-pg: Update to 0.19.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.19.
This commit is contained in:
parent
0a84c0e8ea
commit
aa9e31809d
1 changed files with 2 additions and 2 deletions
|
@ -19364,7 +19364,7 @@ (define-public emacs-evil-anzu
|
|||
(define-public emacs-pg
|
||||
(package
|
||||
(name "emacs-pg")
|
||||
(version "0.16")
|
||||
(version "0.19")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||
|
@ -19372,7 +19372,7 @@ (define-public emacs-pg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1jdnslpgdm16klaga02p33g7c8bjzg164kxz3jd7gs5v9gqa6ppz"))))
|
||||
"13fkkpimhxh91hmsp551wzrdcic5ws7wj7vjwnh8l83hsrxmxz0y"))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/emarsden/pg-el")
|
||||
(synopsis "Emacs Lisp interface for PostgreSQL")
|
||||
|
|
Loading…
Reference in a new issue