gnu: emacs-project: Update to 0.8.3.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.3.
This commit is contained in:
Nicolas Goaziou 2022-11-14 19:38:40 +01:00
parent f572de77c4
commit 2ead125673
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -829,13 +829,13 @@ (define-public emacs-spaceline-all-the-icons
(define-public emacs-project
(package
(name "emacs-project")
(version "0.8.2")
(version "0.8.3")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
(sha256
(base32 "1l5yxw6xqml176vskd5fz2y2dbjh8925g3kyimda4gdprz4y7aci"))))
(base32 "15x6nbvyy592fwn36syxi9719sknvrm4bwnpyc16z9jn2xm62q3p"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-xref))
(home-page "https://elpa.gnu.org/packages/project.html")