mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-pg: Update to 0.16.
* gnu/packages/emacs-xyz.scm (emacs-pg): Update to 0.16. [source]<origin>: Change upstream repository, the older one being unmaintained. [home-page]: Update accordingly. [description]: Expound it. [license]: Set to GPL2+.
This commit is contained in:
parent
a70c67cfe7
commit
575da30495
1 changed files with 21 additions and 18 deletions
|
@ -19056,24 +19056,27 @@ match and total match information in the mode-line in various search modes.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-pg
|
(define-public emacs-pg
|
||||||
(let ((commit "4f6516ec3946d95dcef49abb6703cc89ecb5183d"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-pg")
|
(name "emacs-pg")
|
||||||
(version (git-version "0.1" "1" commit))
|
(version "0.16")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference (url "https://github.com/cbbrowne/pg.el")
|
(uri (git-reference (url "https://github.com/emarsden/pg-el")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1zh7v4nnpzvbi8yj1ynlqlawk5bmlxi6s80b5f2y7hkdqb5q26k0"))))
|
"1jdnslpgdm16klaga02p33g7c8bjzg164kxz3jd7gs5v9gqa6ppz"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/cbbrowne/pg.el")
|
(home-page "https://github.com/emarsden/pg-el")
|
||||||
(synopsis "Emacs Lisp interface for PostgreSQL")
|
(synopsis "Emacs Lisp interface for PostgreSQL")
|
||||||
(description
|
(description
|
||||||
"This package provides an Emacs Lisp interface for PostgreSQL.")
|
"This module lets you access the PostgreSQL object-relational DBMS from
|
||||||
(license license:gpl3+))))
|
Emacs, using its socket-level frontend/backend protocol. The module is
|
||||||
|
capable of automatic type coercions from a range of SQL types to the
|
||||||
|
equivalent Emacs Lisp type. This is a low level API, and won't be useful to
|
||||||
|
end users.")
|
||||||
|
(license license:gpl2+)))
|
||||||
|
|
||||||
(define-public emacs-finalize
|
(define-public emacs-finalize
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue