mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pg: Update to 0.35.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.35. Change-Id: Icd2f10857efa00f3e585e1b249ea43434ec3474f
This commit is contained in:
parent
0083562369
commit
3e748ad0bf
1 changed files with 2 additions and 2 deletions
|
@ -23139,7 +23139,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.32")
|
(version "0.35")
|
||||||
(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")
|
||||||
|
@ -23147,7 +23147,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
|
||||||
"0m1pcabz5mxxxsk0ixw8388q9fkbydkj64mnzn371a9jxdl16b0v"))))
|
"1ksr1crjl27s481xyr22wlj7i0ss3k5hp68zlzz2cfrl0a5fdsmv"))))
|
||||||
(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")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue