gnu: emacs-project: Update to 0.9.5.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.5.
This commit is contained in:
Nicolas Goaziou 2023-01-25 17:28:25 +01:00
parent 68b6f7a2b4
commit a8869a8f1f
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -1000,13 +1000,13 @@ (define-public emacs-spongebob
(define-public emacs-project
(package
(name "emacs-project")
(version "0.9.4")
(version "0.9.5")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
(sha256
(base32 "10xmpx24k98crpddjdz1i4wck05kcnj3wdxhdj4km53nz8q66wbg"))))
(base32 "1d8ky1nvl2hnsnplsix93fmg51fj5kw8dxa1irfgcyv48h65dxzr"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-xref))
(home-page "https://elpa.gnu.org/packages/project.html")