gnu: emacs-project: Update to 0.11.1.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.11.1.

Change-Id: I612cdef0c16c9719715af2308bc6726d132832cc
This commit is contained in:
Nicolas Goaziou 2024-06-18 21:55:24 +02:00
parent 3e748ad0bf
commit ada66a8632
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1366,13 +1366,13 @@ face properties and allows configuration of faces and colors.")
(define-public emacs-project (define-public emacs-project
(package (package
(name "emacs-project") (name "emacs-project")
(version "0.10.0") (version "0.11.1")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar")) (uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
(sha256 (sha256
(base32 "060iw06c60vjy1bp771zz0n24x4s7kpyvdjs51147v2kz35n08pb")))) (base32 "1973d6z7nx9pp5gadqk8p71v6s5wqja40a0f8zjrn6rrnfarrcd0"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-xref)) (propagated-inputs (list emacs-xref))
(home-page "https://elpa.gnu.org/packages/project.html") (home-page "https://elpa.gnu.org/packages/project.html")
@ -23149,6 +23149,7 @@ match and total match information in the mode-line in various search modes.")
(base32 (base32
"1ksr1crjl27s481xyr22wlj7i0ss3k5hp68zlzz2cfrl0a5fdsmv")))) "1ksr1crjl27s481xyr22wlj7i0ss3k5hp68zlzz2cfrl0a5fdsmv"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (list emacs-peg))
(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")
(description (description