mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 07:12:30 -05:00
gnu: emacs-project: Update to 0.9.2.
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.9.2.
This commit is contained in:
parent
7e24f60289
commit
f0eda491d6
1 changed files with 2 additions and 2 deletions
|
@ -915,13 +915,13 @@ (define-public emacs-spongebob
|
|||
(define-public emacs-project
|
||||
(package
|
||||
(name "emacs-project")
|
||||
(version "0.8.3")
|
||||
(version "0.9.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://elpa.gnu.org/packages/project-" version ".tar"))
|
||||
(sha256
|
||||
(base32 "15x6nbvyy592fwn36syxi9719sknvrm4bwnpyc16z9jn2xm62q3p"))))
|
||||
(base32 "0g4cnh771jjwjqhja0kwsv0162ff2xidpk8b6s3r5rzjc9inpcq7"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-xref))
|
||||
(home-page "https://elpa.gnu.org/packages/project.html")
|
||||
|
|
Loading…
Reference in a new issue