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.27.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.27. Change-Id: I10c65f30e790d461c925352b993aa4dc3d6696dd
This commit is contained in:
parent
1c17b444c6
commit
c3d8f39b5b
1 changed files with 2 additions and 2 deletions
|
@ -22687,7 +22687,7 @@ (define-public emacs-evil-anzu
|
|||
(define-public emacs-pg
|
||||
(package
|
||||
(name "emacs-pg")
|
||||
(version "0.24")
|
||||
(version "0.27")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||
|
@ -22695,7 +22695,7 @@ (define-public emacs-pg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0228yig42g3x79gj1yakgmsj119v0agzvyn888nq6qgcd04i1w0d"))))
|
||||
"1dad9irnv3sppl3yfl5swdsf4f1z2fds7r1li3f1kphm37v6jn5g"))))
|
||||
(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