me
/
guix
Archived
1
0
Fork 0

gnu: emacs-project: Update to 0.8.3.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.3.
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
1 changed files with 2 additions and 2 deletions

View File

@ -829,13 +829,13 @@ information in the mode line.")
(define-public emacs-project (define-public emacs-project
(package (package
(name "emacs-project") (name "emacs-project")
(version "0.8.2") (version "0.8.3")
(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 "1l5yxw6xqml176vskd5fz2y2dbjh8925g3kyimda4gdprz4y7aci")))) (base32 "15x6nbvyy592fwn36syxi9719sknvrm4bwnpyc16z9jn2xm62q3p"))))
(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")