gnu: emacs-project: Update to 0.9.7.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.7.
This commit is contained in:
Nicolas Goaziou 2023-02-19 11:32:37 +01:00
parent 819aaca9d5
commit aa1caf5fad
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -987,13 +987,13 @@ (define-public emacs-spongebob
(define-public emacs-project (define-public emacs-project
(package (package
(name "emacs-project") (name "emacs-project")
(version "0.9.6") (version "0.9.7")
(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 "11zxkfv756xsx6c87r66sm3k88hv5f623bp3hh1cp3j97hkd4b4d")))) (base32 "0lj21hdf0jviwq71bnzy5ffzw23p2slpcgy89chc1fn8gx0flhak"))))
(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")