mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 12:17:10 -05:00
gnu: emacs-project: Update to 0.6.0.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.6.0.
This commit is contained in:
parent
847f523381
commit
5511a5b662
1 changed files with 2 additions and 2 deletions
|
@ -424,13 +424,13 @@ (define-public emacs-paredit
|
|||
(define-public emacs-project
|
||||
(package
|
||||
(name "emacs-project")
|
||||
(version "0.5.4")
|
||||
(version "0.6.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "0arjvhzzcf8b80w94yvpgfdlhsjwf5jk1r7vcai5a4dg3bi9cxyb"))))
|
||||
(base32 "0m0r1xgz1ffx6mi2gjz1dkgrn89sh4y5ysi0gj6p1w05bf8p0lc0"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs `(("emacs-xref" ,emacs-xref)))
|
||||
(home-page "http://elpa.gnu.org/packages/project.html")
|
||||
|
|
Loading…
Reference in a new issue