me
/
guix
Archived
1
0
Fork 0

gnu: emacs-project: Update to 0.8.2.

* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.2.
Nicolas Goaziou 2022-10-13 11:34:20 +02:00
parent cc58a0c627
commit dcdb074ecf
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -827,13 +827,13 @@ information in the mode line.")
(define-public emacs-project
(package
(name "emacs-project")
(version "0.8.1")
(version "0.8.2")
(source
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
(sha256
(base32 "0q2js8qihlhchpx2mx0f992ygslsqri2q4iv8kcl4fx31lpp7c1k"))))
(base32 "1l5yxw6xqml176vskd5fz2y2dbjh8925g3kyimda4gdprz4y7aci"))))
(build-system emacs-build-system)
(propagated-inputs (list emacs-xref))
(home-page "https://elpa.gnu.org/packages/project.html")