gnu: emacs-pg: Update to 0.30.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.30. Change-Id: Idaed03212ee4e9e5465d79c0689592947e7f0c9dmaster
parent
615ba2e2a8
commit
e3927493e7
|
@ -22863,7 +22863,7 @@ match and total match information in the mode-line in various search modes.")
|
||||||
(define-public emacs-pg
|
(define-public emacs-pg
|
||||||
(package
|
(package
|
||||||
(name "emacs-pg")
|
(name "emacs-pg")
|
||||||
(version "0.28")
|
(version "0.30")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||||
|
@ -22871,7 +22871,7 @@ match and total match information in the mode-line in various search modes.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"00sdvlb9ybyzncjijibw81mf3lhw5p40v7086cg18xvpa2qvzdfz"))))
|
"1g04izsnvxinbwvzx0sj643ix5jlwdd7dkl61nvaqkkkm3g35jp6"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/emarsden/pg-el")
|
(home-page "https://github.com/emarsden/pg-el")
|
||||||
(synopsis "Emacs Lisp interface for PostgreSQL")
|
(synopsis "Emacs Lisp interface for PostgreSQL")
|
||||||
|
|
Reference in New Issue