mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-pg: Update to 0.31.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.31. Change-Id: I93a4fe14c82831243688014e81e5ef17fa9a4976
This commit is contained in:
parent
ea9b3a62f6
commit
f1ae6916ea
1 changed files with 2 additions and 2 deletions
|
@ -22926,7 +22926,7 @@ (define-public emacs-evil-anzu
|
|||
(define-public emacs-pg
|
||||
(package
|
||||
(name "emacs-pg")
|
||||
(version "0.30")
|
||||
(version "0.31")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||
|
@ -22934,7 +22934,7 @@ (define-public emacs-pg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1g04izsnvxinbwvzx0sj643ix5jlwdd7dkl61nvaqkkkm3g35jp6"))))
|
||||
"0h9szmi1l76inr4706s2hpaldzvmnzw1dy7p2cm653pfr6gq8f6x"))))
|
||||
(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