gnu: emacs-project: Update to 0.5.4.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.5.4.master
parent
b814228c8b
commit
8960f23de8
|
@ -390,14 +390,14 @@ when typing parentheses directly or commenting out code line by line.")
|
|||
(define-public emacs-project
|
||||
(package
|
||||
(name "emacs-project")
|
||||
(version "0.5.3")
|
||||
(version "0.5.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||
"project-" version ".el"))
|
||||
(sha256
|
||||
(base32 "0cpf69m41h8gfcqnq72h11925zdk35b7hw7bfy83xm83xwp12rxx"))))
|
||||
(base32 "0arjvhzzcf8b80w94yvpgfdlhsjwf5jk1r7vcai5a4dg3bi9cxyb"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs `(("emacs-xref" ,emacs-xref)))
|
||||
(home-page "http://elpa.gnu.org/packages/project.html")
|
||||
|
|
Reference in New Issue