mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-18 12:47:33 -05:00
gnu: emacs-project: Update to 0.5.4.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.5.4.
This commit is contained in:
parent
b814228c8b
commit
8960f23de8
1 changed files with 2 additions and 2 deletions
|
@ -390,14 +390,14 @@ (define-public emacs-paredit
|
||||||
(define-public emacs-project
|
(define-public emacs-project
|
||||||
(package
|
(package
|
||||||
(name "emacs-project")
|
(name "emacs-project")
|
||||||
(version "0.5.3")
|
(version "0.5.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/"
|
(uri (string-append "https://elpa.gnu.org/packages/"
|
||||||
"project-" version ".el"))
|
"project-" version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0cpf69m41h8gfcqnq72h11925zdk35b7hw7bfy83xm83xwp12rxx"))))
|
(base32 "0arjvhzzcf8b80w94yvpgfdlhsjwf5jk1r7vcai5a4dg3bi9cxyb"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs `(("emacs-xref" ,emacs-xref)))
|
(propagated-inputs `(("emacs-xref" ,emacs-xref)))
|
||||||
(home-page "http://elpa.gnu.org/packages/project.html")
|
(home-page "http://elpa.gnu.org/packages/project.html")
|
||||||
|
|
Loading…
Reference in a new issue