3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: emacs-project: Update to 0.9.8.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.8.
This commit is contained in:
Nicolas Goaziou 2023-02-20 13:32:08 +01:00
parent 116a16aa3a
commit 79b1060279
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -987,13 +987,13 @@ buffer.")
(define-public emacs-project
(package
(name "emacs-project")
(version "0.9.7")
(version "0.9.8")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
(sha256
(base32 "0lj21hdf0jviwq71bnzy5ffzw23p2slpcgy89chc1fn8gx0flhak"))))
(base32 "0i1q9blvpj3bygjh98gv0kqn2rm01b8lqp9vra82sy3hzzj39pyx"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-xref))
(home-page "https://elpa.gnu.org/packages/project.html")